You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by mamrg <li...@tuxdoit.com> on 2006/08/03 20:59:34 UTC

[users@httpd] Problems after upgrading

Hi,

I've upgraded Apache 1.3.27 to 1.3.37

After that, i get subdirectories of the domain that work well and others 
  that show a blank page only. In the later case, i get a 301 (moved 
permanently) code.

I've backed up my httpd.conf and didn't touched anything else in the 
DocumentRoot directory.

For example...
This one works:
http://www.dte.ua.pt/cv/

This don't:
http://www.dte.ua.pt/lale/

Any ideas ?

Any help would be appreciated.

Following my signature is the relevant Apache configuration (it is 
Reverse Proxying to a Zope in port 8080 also).

Warm regards,
Mário Gamito

<VirtualHost www.dte.ua.pt>
RewriteEngine On
RewriteLogLevel 0
http://www.dte.ua.pt:8080/VirtualHostBase/http/www.dte.ua.pt:80/plone/VirtualHostRoot$1 
[L,P]
##RewriteRule ^(.*)$ 
http://www.dte.ua.pt:8080/VirtualHostBase/http/www.dte.ua.pt:80/plone/VirtualHostRoot$1 
[L,P]

Alias /cv /home/vhosts/dte/cv
Alias /lale /home/vhosts/dte/lale
(...)

ProxyPass /pauie 
http://localhost:8080/VirtualHostBase/http/www.dte.ua.pt:80/pauie2/VirtualHostRoot/_vh_pauie
ProxyPassReverse /pauie 
http://localhost:8080/VirtualHostBase/http/www.dte.ua.pt:80/pauie2/VirtualHostRoot/_vh_pauie

ProxyPass /FLE 
http://localhost:8080/VirtualHostBase/http/www.dte.ua.pt:80/FLE/VirtualHostRoot/_vh_FLE
ProxyPassReverse /FLE 
http://localhost:8080/VirtualHostBase/http/www.dte.ua.pt:80/FLE/VirtualHostRoot/_vh_FLE


ProxyPass /misc_ http://localhost:8080/misc_
Proxypass /p_ http://localhost:8080/p_

ProxyPass / 
http://localhost:8080/VirtualHostBase/http/www.dte.ua.pt:80/plone/VirtualHostRoot/
ProxyPassReverse / 
http://localhost:8080/VirtualHostBase/http/www.dte.ua.pt:80/plone/VirtualHostRoot/


ServerAdmin webmaster@dte.ua.pt
DocumentRoot /home/vhosts/dte
ServerName www.dte.ua.pt
AddHandler server-parsed .html
ErrorLog logs/www.dte.ua.pt-error_log
CustomLog logs/www.dte.ua.pt-access_log common

</VirtualHost>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org