Upgraded from Apache 1.3 to Apache 2.2.11

What exactly IS displaying? Did you check the permissions on the directories?
 
The page shows as cannot be displayed. However, if I add the following to the user http.conf in the Custom httpd Configuration the page and images will display:

Alias /uploads/images "/home/|USER|/domains/|DOMAIN|/public_html/uploads/images/"

The directory security has not changed since the Apache upgrade. Everything was working fine until the Apache upgrade.
 
Ok, fI igured it out.

The user directories that were not displaying correctly had some directories with root.root as the owner. Apache 1.3 displayed them fine. However, I guess Apache 2.2.11 strictly adheres to the security.

Thanks for the quick reply!

Happy New Year!
 
No problem. Glad you got it all figured out. Happy New Year. :)
 
Well sort of...

Looks like there is an Apache rewrite issue too. Sites with rewrite are not working properly.

Still working through the issues.
 
After more review, I had to add the following to the Custom httpd Configuration get some sites to display html/php/images in subdirectories:

Alias /uploads/images "/home/|USER|/domains/|DOMAIN|/public_html/uploads/images"
Alias /uploads "/home/|USER|/domains/|DOMAIN|/public_html/uploads"

What is weird, not all of the sites are experiencing the issue. I have checked the security on each that works to not working and cannot see any differences.

Also, http://www.domain.com/~user no longer works.

Any ideas?
 
Back
Top