elliottcable | Damnit. FOr some reason, I wnet to get lunch, and come back to find my server entirely fsckd up Now, every domain pointing to it is returning 'FOrbidden' - and the error log is just saying 'Client denied by server configuration' why the heck would my server configuration change all by itself while I was eating. Is this some 'rebellion of the apaches' day or something? |
thumbs | fajita: Client denied by server configuration |
fajita | Have a look at http://wiki.apache.org/httpd/Errors/ClientDeniedByServerConfiguration for a better idea of what this error message means |
thumbs | fajita: used to work |
fajita | Well, you'll want to try mod_timetravel then. |
elliottcable | haha |
thumbs | elliottcable: obviously, someone changed something elliottcable: find out what it is |
lookingglass | i'm trying to enable SSL in Apache 2.0.59 on windows, but am not able to see anything on https. i created a certificate and a key, but nothing happens when i visit https://localhost/ |
elliottcable | thumbs: I know what it means. I'm just wondering if there's a way to get more info than 'denied by server configuration'. is there some way to get more info than that/ |
thumbs | elliottcable: read the factoid. |
elliottcable | lookingglass: listen 443/ lookingglass: oops lookingglass: are you listening on the ssl port? |
lookingglass | elliottcable: listen 443 is there in ssl.conf its uncommented |
elliottcable | lookingglass: is it really 443? I totally pulled that out of my ass. Wow. *salutes himself* Mad ass-pulling-skills! |
lookingglass | is there any debugging tool to check where i am missing or what i did wrong. http works fine, but unable to start https |
elliottcable | hoooly sheet got 'Too much data - SPIKING' in my log, and then boom everything goes crash |
giodserver | is there a way to run 2 servers on one network |
elliottcable | giodserver: what does that mean? |
giodserver | exactly what it says is it possible to run and access to servers from the outside that are running on one network and connected to one router |
elliottcable | um sure use different ports? |
giodserver | ok |
elliottcable | redirect different external ports from the router to the internal computers? |
dmiles_afk | if i use "NameVirtualHost 24.113.152.254" should i use "ServerName 24.113.152.254"? |
elliottcable | dmiles_afk: Use NameVirtualHose *:80 *host lol |
jpeg | giodserver: you can also have one proxy to the other. fajita: proxypassreverse |
fajita | proxypassreverse is http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypassreverse or a way to Adjusts the URL in HTTP response headers sent from a reverse proxied server or at http://httpd.apache.org/docs/mod/mod_proxy.html#proxypassreverse useful for RewriteRule [P] |
elliottcable | Apache should change the name to VirtualHose - Ted Stevens said so! |
jpeg | giodserver: read about that ^^ |
dmiles_afk | elliottcable, then should i convert all <VirtualHost 24.113.152.254> to <VirtualHost *:80> ? |