Started 1 day, 2 hours ago (2009-11-14 14:38:00)
by drgroove
Update:
Uninstalled Apache.
Downloaded .MSI installer from apache.org
Restarted Windows.
Installed Apache.
Same exact error is thrown immediately after installation when Apache attempts to start.
Going to re-uninstall and install again, with a slightly older version (maybe 2.0.63?).
If that doesn't work... well, there's always ...
Started 12 months ago (2008-11-18 13:52:00)
by jharnois
There is a [P] flag in
mod_rewrite that allows you to have the rewritten URL retrieved through a proxy. I've never had a need for it though, so I'm not sure exactly how it works nor how it would work with your proxy directives.
It might allow something like this:
Code:
specialdomain.com/.htaccess
RewriteRule ^appname/(.*)$ /$1 [P,L]
Actually, you may...
Started 5 days, 17 hours ago (2009-11-09 23:58:00)
by DonR
can't you just do a header redirect by placing an index.html file in your /private folder and placing this code into it?
html Code:
Original
- html Code
<html>
<head>
<meta http-equiv="Refresh" ...
Started 5 days, 20 hours ago (2009-11-09 20:57:00)
by optimization
Started 1 month ago (2009-10-16 11:00:00)
by stdunbar
Do you mean the popup to enter your information if required by the server? What do you mean the index page?
If you mean the normal popup from the browser you're talking about "Basic Authorization". If you want to change it you need to move to "Form Based Authentication" and use a back end
programming language like PHP or Java. In Apache 2.2 and below there are no mechanisms ...
Started 1 week, 1 day ago (2009-11-06 23:30:00)
by Doug G
The ouput string you posted is showing the configuration parameters used when building the
php executable. It's normal that a different configure command was used when building the cli executable vs. the apache module.
Started 1 week, 4 days ago (2009-11-04 16:52:00)
by hiker
You seem to have been doing a lot of research, but you've missed any problems that do arise from having multiple domains using 1 SSL cert.
Basically, you can only have 1
SSL certificate on 1 IP address. This is accurate. However, there are workarounds that a lot of these hosts use that allow you to use multiple domains. An SSL cert is used per domain.. this is correct.... ...