getting 404 when trying to use Archive

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mbozio
    Member
    • Mar 2002
    • 55
    • 5.0.X

    getting 404 when trying to use Archive

    Tryed everything... option is set ok... just get 404 when i try to use it.

    PHP Version 4.2.2

    Server API Apache 2.0 Filter
    Server Apache/2.0.40
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    What's the URL?
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • mbozio
      Member
      • Mar 2002
      • 55
      • 5.0.X

      #3

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        Do you have an archive directory and index.php file in it? If so, what are the permissions?
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • mbozio
          Member
          • Mar 2002
          • 55
          • 5.0.X

          #5
          Originally posted by Steve Machol
          Do you have an archive directory and index.php file in it? If so, what are the permissions?
          root@xxxx$ archive/
          total 32
          -rwxr-xr-x 1 apache apache 866 jun 25 10:36 archive.css
          -rwxr-xr-x 1 apache apache 8347 jun 25 10:36 global.php
          -rwxr-xr-x 1 apache apache 7628 jun 25 10:36 index.php
          -rwxr-xr-x 1 apache apache 930 jun 25 10:36 post.htc
          -rwxr-xr-x 1 apache apache 189 jun 25 10:36 thread.htc

          Comment

          • Steve Machol
            Former Customer Support Manager
            • Jul 2000
            • 154488

            #6
            What permission is the archive directory itself and is it a subdirectory of 'forum'?
            Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
            Change CKEditor Colors to Match Style (for 4.1.4 and above)

            Steve Machol Photography


            Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


            Comment

            • mbozio
              Member
              • Mar 2002
              • 55
              • 5.0.X

              #7
              Code:
               /var/www/ftkr.html/archive
              drwxr-xr-x 27 root root 4096 avr 12 12:24 /var
              drwxr-xr-x 26 root root 4096 jun 25 10:36 /var/www
              drwxr-xr-x 13 apache apache 4096 jun 25 14:36 /var/www/ftkr.html
              drwxr-xr-x 2 apache apache 4096 jun 25 21:35 /var/www/ftkr.html/archive

              Comment

              • mbozio
                Member
                • Mar 2002
                • 55
                • 5.0.X

                #8
                just did :

                Code:
                sudo -u apache touch /var/www/ftkr.html/archive/test
                sudo -u apache rm /var/www/ftkr.html/archive/test
                everything seams ok, can write/delete...

                Comment

                • Scott MacVicar
                  Former vBulletin Developer
                  • Dec 2000
                  • 13286

                  #9
                  I believe this a problem with apache 2.0.40 and the callback feature. Try upgrading to 2.0.46, this is highly recommended due to the large number of bugs fixed as well as the security holes.

                  PHP 4.2.2 support for Apache2 was also limited, so upgrading this to the latest stable version 4.3.2 is also recommended.
                  Scott MacVicar

                  My Blog | Twitter

                  Comment

                  • mbozio
                    Member
                    • Mar 2002
                    • 55
                    • 5.0.X

                    #10
                    I have no way to upgrade php nor apache...

                    Comment

                    • ukbill69
                      Senior Member
                      • Mar 2002
                      • 101

                      #11
                      ask your host to upgrade, if they dont then port over to a new firm that keeps there boxes up to date.
                      Kind Regards
                      Bill

                      Comment

                      • mbozio
                        Member
                        • Mar 2002
                        • 55
                        • 5.0.X

                        #12
                        Originally posted by ukbill69
                        ask your host to upgrade, if they dont then port over to a new firm that keeps there boxes up to date.
                        this is a standard rh8 install... and i don't have enought knowledge to upgrade it myself...

                        If any1 could point me to some rpms that are up2date that could help a lot.

                        i had a rh9 as well, but this one isn't anything better about apache/mysql/php...

                        Comment

                        • Steve Machol
                          Former Customer Support Manager
                          • Jul 2000
                          • 154488

                          #13
                          As root are you able to run:

                          /scripts/easyapache

                          If so, this will upgrade Apache and PHP.
                          Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                          Change CKEditor Colors to Match Style (for 4.1.4 and above)

                          Steve Machol Photography


                          Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                          Comment

                          • mbozio
                            Member
                            • Mar 2002
                            • 55
                            • 5.0.X

                            #14
                            Originally posted by Steve Machol
                            As root are you able to run:

                            /scripts/easyapache

                            If so, this will upgrade Apache and PHP.
                            i dont have any easyapache with the rpm install from rh8... i didn't found any package ready to use anywhere as well.

                            I bet i have to completly remove the apache/php that come with the basic rh8 install and get the source form apache.org directly then installing it by hand...

                            Time to dig into the doc

                            Comment

                            Loading...
                            Working...