Open GoogleCodeExporter opened 8 years ago
Hmm, strange. mod_spdy definitely shouldn't be affecting those directives,
especially for http:// URLs (since usually SPDY will only get used for https://
URLs). Just to confirm: are you finding that with mod_spdy installed but
"SpdyEnabled off", http://site.com/APC and https://site.com/APC work correctly,
but with "SpdyEnabled on" and no other changes, both of them 404?
Can you share which other modules you have installed (e.g. using `apache2ctl
-M` or the like)?
Original comment by mdste...@google.com
on 13 Dec 2012 at 5:37
Correct, with mod_spdy installed but "SpdyEnabled off" both http/https aliases
work, but with "SpdyEnabled on" (and no other changes) both go to a 404.
Can't get a module list as I've temporarily switched to nginx while I try out
spdy but there are no 3rd party modules installed. From memory there are no
other alias modules installed other than mod_alias (ie no mod_userdir)
Original comment by ad...@mjpa.co.uk
on 14 Dec 2012 at 3:41
Original issue reported on code.google.com by
ad...@mjpa.co.uk
on 6 Nov 2012 at 10:28