I found the error:
ServerName logs.markouassociates.com
ServerName logs
The last line should be ServerAlias instead of ServerName.
Apparently working at night is not my best :)
Thanks for the support guys!
On 06/09/2014 07:12 πμ, Theodotos Andreou wrote:
After some sleep I figured out
Try with
AllowOverride option-you-want-to-allow-in.htaccess
suomi
On 2014-09-06 03:53, Matthew Smith wrote:
How do I do so? I googled but can't figure it out.
ServerAdmin webmaster@dummy-host2.theartoflovingcatsanddogsdotcom
DocumentRoot "C:/wwwroot"
ServerName theartoflovin
After some sleep I figured out that the problem was the incorrect
redirection.
So if I call https directly it works. For example
https://sub2.myexample.com will get me to the right location.
If I visit http://sub2.myexample.com it redirects to
https://sub1.myexample.com
This is the first c
How do I do so? I googled but can't figure it out.
ServerAdmin webmaster@dummy-host2.theartoflovingcatsanddogsdotcom
DocumentRoot "C:/wwwroot"
ServerName theartoflovingcatsanddogsdotcom
ErrorLog "logs/dummy-host2.theartoflovingcatsanddogsdotcom-error.log"
CustomLog "logs/dum
You don't need NameVirtualHost, but you do need ServerName and/or
ServerAlias directives to tell apache which ghost serves which site.
- Y
Sent from a gizmo with a very small keyboard and hyperactive autocorrect.
On Sep 5, 2014 6:07 PM, "Theodotos Andreou" wrote:
> Hi guys. I am trying to setu
Hi guys. I am trying to setup two SSL vhosts on apache but getting
redirected to the first one.
I read this guide:
https://www.digicert.com/ssl-support/apache-multiple-ssl-certificates-using-sni.htm
Apparently that guide about SNI is old since the NameServer directive
seems to be deprecated on
Hi!
I have set up forward proxy for SSH connection to my box. For a long
time I was troubleshooting timeout issue which caused the session to
timeout after 30 seconds. Finally I was able to trace down the issue to
mod_reqtimeout module. To keep the session alive I need to add the
following to
Greeting Experts
I'm trying for second apache installation under a different directory on same
server. However the make install command fails with the below error where I can
see its point to the first install directory. I do have prefix mentioned to a
new directory for second installation. I d
Hello All,
I have a setup which has Apache-2.2.29 compiled against Openssl-0.9.8zb
on RHEL5 platform. Apache successfully creates the access log file but
it does not logs anything to it.
I have tried with default access log file ( CustomLog logs/access_log
combined ) and custom defined ( Cus
Wherever you have httpd installed apxs should be there too in the same
binaries directory
El 04/09/2014 07:05, "Bremser, Kurt (AMOS Austria GmbH)" <
kurt.brem...@allianz.at> escribió:
> apxs resides in the "bin" directory of the apache install tree (eg
> /usr/local/apache/bin)
>
> Kurt Bremser
> A
10 matches
Mail list logo