hello,
i have a menu that has a url as follows http://www.site.com/p/home
what is the correct way to have a domain point to the root of this?
so that http://partner.site.com shows the http://www.site.com/p/home
as the root of the site?
is this possibe to do in apache witha rewrite rule, what woul
Okay, fixed it.
Listen up: First, for some reason php5 wasn't being loaded. I added a line
to httpd.conf:
LoadModule php5_moduleextramodules/mod_php5.so
Restart httpd and viola, php5 is loading. That was the first thing I
fixed. I have no idea why it wasn't loading to begin with. B
I'm trying to password protect my entire site, but leave the URI /ping open for
the load balancer healthcheck. Here is my configuration:
SetEnvIf Request_URI "^/ping" allow_access=1
Order Deny,Allow
Deny from all
Allow from env=allow_access
authuserfile /etc/httpd/conf.d/passwd
Early Bird Registration for Surge Scalability Conference 2010 ends next
Tuesday, August 31. We have a killer lineup of speakers and architects
from across the Internet. Listen to experts talk about the newest
methods and technologies for scaling your Web presence.
http://omniti.com/surge/2010/re
On Fri, Aug 27, 2010 at 8:15 PM, Jon Drukman wrote:
> I'm trying to password protect my entire site, but leave the URI /ping open
> for
> the load balancer healthcheck. Here is my configuration:
>
...
>
> This doesn't work. Requests for /ping are still requiring digest
> authentication, and if
Hi,
I just downloaded 2.2.16 and am trying to compile it, but I'm getting
an error:
/usr/lib/apr-1.3.3/build-1/libtool --silent --mode=link
i486-slackware-linux-gcc -pthread -L/usr/local/ssl/lib -o htpasswd
htpasswd.lo -lm /home/compile/httpd-2.2.16/srclib/pcre/libpcre.la
/usr/lib/libaprutil-