$quoted_author = "Stormy" ;
>
> I just rem'd out all the "NameVirtualHost 192.168.0.90:80" and now
> the warning has changed to:
>
> paul@nelson:/etc/apache2/sites-available$ sudo /etc/init.d/apache2 restart
> * Restarting web server apache2
> [Wed Nov 30 15:02:51 2011] [warn] VirtualHost 192.168
$quoted_author = "Christian Pascher" ;
>
> If I would activate
> RequestHeader set Front-End-Https "On"
> I need all the SSL config stuff also at the back end servers?
No. That setting just let's Apache know that, even though it is seeing http
connections, the client is seeing https with the SSL
Hi Ian
$quoted_author = "Ian Stradling" ;
>
> Here is what I've gleaned from the log I started. FYI, I clicked on a
> link within the website that is supposed to go to ../insurance-tips/
> Anything related to /insurance-tips, /add-a-tip, /home, and / are supposed
> to NOT be HTTPS...yet, wheneve
$quoted_author = "Sean H." ;
>
>
Presume you have the correct NameVirturalHost definition
> ServerName primary.com
> ServerAlias primary.com www.primary.com
> ServerAlias primary.com www.secondaryA.net
> ServerAlias primary.com secondaryB.tv
> ServerAlias primary.com www.se
$quoted_author = "James Smallacombe" ;
> >
> >Nope... https://www.domain.gov/ still gives a certificate error.
>
> Interesting...in my case, it works perfectly redirecting between two
> different ssl certificate virtual hosts. However, both of my certs
> are valid...is it possible that the certif
$quoted_author = "J. Bakshi" ;
>
> Any clue please ?
Check it's been included:
rpm -ql apache2 | grep deflate
Enable it:
a2enmod deflate
cheers
Marty
-
The official User-To-User support forum of the Apache HTTP Server Pr
$quoted_author = "David Cotter" ;
>
> I have two virtual hosts and a squid proxy running. I want to be able to use
> the squid proxy on port 80 though it is running on 3128.
Why? If you describe a bit more exactly what you are trying to achieve it
would help us help you.
> This does not work I
$quoted_author = "Agnello George" ;
>
> I would just like to know if it would be a good good option to have
> separate vhost fies for each domain, this would make editing the files
> ( through shell scripts much easier ). But my only concern here is
> would Apache be overloaded by reading multiple
$quoted_author = "Emil Edeholt" ;
>
> I want url:s like site.com/page/subpage/some=data and I also need urls
> like site.com/foo/bar/?some=data to function on my site. The first kind
> works fine. But I can't get the question mark-kind to work.
The second type is handled by Apache as HOST/PATH
$quoted_author = "Ashwin Basagouda Patil" ;
>
> I have the following configuration.
You appear to be doing NameVirtualhost for SSL. This will only work if you
have a wildcard SSL certificate for the parent domain (in your case it would
need to be *.robosoft.co.in)
Have a read of http://wiki.apa
$quoted_author = "Ashwin Basagouda Patil" ;
>
> Please help that I want to run the Apache 2.0 in both "https" and 'http".
A HTTPS capable httpd can also server HTTP.
> I have virtual hosting for the https and it is working fine. But for the
> some reason the subversion repositories are not a
$quoted_author = "steve" ;
>
> http://pastebin.com/m229abd41
>
> sorry, updated to show inside /var/log/apache2
the only thing of note is that the directory /var/log/apache2 has
permissions 740 on your server. my debian install which i haven't touched
has it as 755.
cheers
marty
--
"No GUI fo
$quoted_author = "steve" ;
>
> not 100% sure, ive never done it, (using deb etch stock install) before
> i accidentely deleted the logs, there was 28 of them, all but 2 were .gz
> and the other 2 were access.log and access.log.1 the only one apache
> ever wrote to was the .1 one. i made access.
$quoted_author = "Steve Reilly" ;
>
> this is not a huge deal, but more frustrating than anything i have
> encountered with linux. i cannot seem to get this right, apache2 cannot
> write to access log files in /var/log/apache2/. the error log is still
> churning along fine. i have checked permi
$quoted_author = "John Steel" ;
>
> I tried this which just gave host not found
>
> example.net. IN NS ns.example.net.
> example.net. IN NS ns0.example.net.
> ns.example.net. IN CNAME example.com.
> example.net. IN CNAME example.com.
> webmail.example.ne
15 matches
Mail list logo