Announcement

Collapse
No announcement yet.

Defining a Site in Actinic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Defining a Site in Actinic

    Hello All.

    I am trying to host an actinic site on my company's Fedora Core 6 Linux server. However I get an error. When I use the wizard to set up a connection and site, it gets as far as setting the directory locations. (Logs in and ftps fine). When I confirm the directories and click next I get an error stating an error occured while sending a HTTP request to the server.

    Similarly if I run the advanced network setup and click test, I receive a response from the web server ERROR 501 : Method not implemented. After I click ok, another pops up stating my server is not configured to accept POSTs to CGI scripts.

    I have defined the location of the cgi-bin directory using the ScriptAlias variable.

    Are there any other things I should check?

    I am using latest versions of Apache and Perl.

    Thanks

    Mike
    Retail Systems (North)

    Actinic and RMS Partners and Reseller..

    #2
    Originally posted by welshmike
    Hello All.

    I am trying to host an actinic site on my company's Fedora Core 6 Linux server. However I get an error. When I use the wizard to set up a connection and site, it gets as far as setting the directory locations. (Logs in and ftps fine). When I confirm the directories and click next I get an error stating an error occured while sending a HTTP request to the server.

    Similarly if I run the advanced network setup and click test, I receive a response from the web server ERROR 501 : Method not implemented. After I click ok, another pops up stating my server is not configured to accept POSTs to CGI scripts.

    I have defined the location of the cgi-bin directory using the ScriptAlias variable.

    Are there any other things I should check?

    I am using latest versions of Apache and Perl.

    Thanks

    Mike
    Hi Mike

    Welcome to the forums....

    what are your network settings? (*** the UN and PW before posting please)

    Regards
    Affordable solutions for busy professionals.
    Website Maintenance | UK Web Hosting

    Comment


      #3
      Originally posted by welshmike
      What does this mean?

      Mike
      Sorry Mike

      Export your network settings and post them here making sure you replace the username and password with ****

      Affordable solutions for busy professionals.
      Website Maintenance | UK Web Hosting

      Comment


        #4
        Here are my network settings!

        Thanks


        HTTPPROXYMODE 0
        HTTPPROXYADDRESS
        HTTPPROXYPORT 80
        HTTPPROXYUSER
        HTTPPROXYPASSWORD
        FTPPROXYMODE 0
        FTPPROXYADDRESS
        FTPPROXYPORT 21
        FTPPROXYUSER
        FTPPROXYPASSWORD
        SCRIPTID 1
        SCRIPTEXT .pl
        SMTPHOST
        WEBSITEURL http://www.welshaspie.co.uk/
        IGNOREPASSIVEERRORS true
        USERELATIVECGIURLS false
        PATHTOPERL /usr/bin/perl
        USEENHANCEFTP true
        FTPCLIENTTIMEOUT 15000
        FTPRETRYDELAY 3000
        FTPSILENT false
        FTPMAXRETRIES 3
        FTPCONNECTTIMEOUT 25000
        SMTPAUTHREQUIRED false
        SMTPUSERNAME
        SMTPPASSWORD
        CATALOGURL http://www.welshaspie.co.uk/acatalog/
        CGIBINURL http://www.welshaspie.co.uk/cgi-bin/
        PATHFROMCGITOCATALOG ../welshaspie/acatalog/
        CODEBASE ./
        FTPHOST welshaspie.co.uk
        FTPUSERNAME *****
        FTPPASSWORD *****
        PATHTOCGIBIN cgi-bin/
        USEPASSIVEFTP false
        FTPPATHFROMCGITOCATALOG ../welshaspie/acatalog/
        Retail Systems (North)

        Actinic and RMS Partners and Reseller..

        Comment


          #5
          Originally posted by welshmike
          PATHFROMCGITOCATALOG ../welshaspie/acatalog/
          FTPPATHFROMCGITOCATALOG ../welshaspie/acatalog/
          Try with the first one of the two as ../acatalog/

          and the second on /ROOT_FOLDER_NAME/acatalog

          hth
          Affordable solutions for busy professionals.
          Website Maintenance | UK Web Hosting

          Comment


            #6
            I take it you mean the document root when you say /ROOT_FOLDER_NAME/ ?

            Sorry I am new to all of this even Linux lol.
            Retail Systems (North)

            Actinic and RMS Partners and Reseller..

            Comment


              #7
              The folder structure is as follows

              /var/www/html/public_html/welshaspie/acatolog

              and the cgi-bin is

              /var/www/html/public_html/cgi-bin

              I tried what you suggested, unfortunately it returned the same results.
              Retail Systems (North)

              Actinic and RMS Partners and Reseller..

              Comment


                #8
                Originally posted by welshmike
                I take it you mean the document root when you say /ROOT_FOLDER_NAME/ ?

                Sorry I am new to all of this even Linux lol.
                Yup

                the folder where all your public viewable folders live...not the domain name.
                eg on our servers it is

                /documents/
                on others I have seen /httpdocs/ or /www/ etc

                HTH
                Affordable solutions for busy professionals.
                Website Maintenance | UK Web Hosting

                Comment


                  #9
                  Would it be beneficial if I forwarded my httpd.conf?
                  Retail Systems (North)

                  Actinic and RMS Partners and Reseller..

                  Comment


                    #10
                    Just clicked this link

                    CGIBINURL http://www.welshaspie.co.uk/cgi-bin/

                    says I dont have permission to access, could this be the root to my problems?


                    Sorry I'm rambling now. lol
                    Retail Systems (North)

                    Actinic and RMS Partners and Reseller..

                    Comment


                      #11
                      Originally posted by welshmike
                      Just clicked this link

                      CGIBINURL http://www.welshaspie.co.uk/cgi-bin/

                      says I dont have permission to access, could this be the root to my problems?


                      Sorry I'm rambling now. lol
                      Nope

                      cgi-bin is not similar to viewing an image folder for example. It is where your store engine lives (or similar ) and as such they are called via relevant script commands within the web pages

                      tried to make is as simple as possible...not I have confused myself

                      BTW your conf. file is not needed...
                      Affordable solutions for busy professionals.
                      Website Maintenance | UK Web Hosting

                      Comment


                        #12
                        Additionally I have set virtual hosts, would this cause some confusion at all?
                        Retail Systems (North)

                        Actinic and RMS Partners and Reseller..

                        Comment


                          #13
                          Hi.

                          Have restructured the folders so the cgi-bin is on the same level as client folders.
                          Retail Systems (North)

                          Actinic and RMS Partners and Reseller..

                          Comment


                            #14
                            an error occured while sending a HTTP request to the server
                            odd error this one. and i had an odd solution when i built a server here. might help you too.

                            try making an index.html file in the server root.

                            this error occurs for those people who ahve nothing at all in the html root.

                            Comment


                              #15
                              Thanks for the suggestion unfortunately it didn't work.
                              Retail Systems (North)

                              Actinic and RMS Partners and Reseller..

                              Comment

                              Working...
                              X