[BlueOnyx:11002] Re: Strange URL problem on 5108R

Michael Stauber mstauber at blueonyx.it
Sun Jul 22 14:02:47 -05 2012


Hi DD,

> Sadly this is common across multiple (probably all) websites whether they
> have extra rewrite rules and .htaccess files or not. 

I see. Yeah, then it's indeed something in the Apache configuration.

> Could you email me a zip of config files to compare? Httpd.conf is possibly
> the culprit but I feel I'm going to have to go through everything.

Done. But you can also do this:

diff /etc/httpd/conf/httpd.conf.dist /etc/httpd/conf/httpd.conf

That should show you the changes between the "stock" httpd.conf and the one 
you have. In my case (on the 5108R whose config files I just emailed you) it 
shows this:

221d220
< Include conf.d/*.conf
338c337
<     AllowOverride None
---
>     AllowOverride none
1009a1009
> Include conf.d/*.conf
1010a1011,1012
> Include /etc/httpd/conf/vhosts/site2
> Include /etc/httpd/conf/vhosts/site3

That makes sense. The addition of the "Include conf.d/*.conf" line is normal. 
"AllowOverride None" is also a stock change on BlueOnyx. And when sites were 
created by the GUI, the final include lines at the end for the vhost config 
files were added. So my httpd.conf is pretty much how it should be.

-- 
With best regards

Michael Stauber




More information about the Blueonyx mailing list