On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
> mod_proxy_html.c
> /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
> -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
>
On Sun, Jan 31, 2010 at 8:46 PM, Igor Cicimov wrote:
> Thanks for your reply Eric. Here is what I get now (if I understood your
> email correctly)
>
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a -l.
blame fonts! Capital I as in Aye or eye.
>> Try just adding -I.
--
E
Thanks for your reply Eric. Here is what I get now (if I understood your
email correctly)
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a -l.
mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_RE
On Sun, Jan 31, 2010 at 8:19 PM, Igor Cicimov wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
> mod_proxy_html.c
> mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
Try just adding -I.
--
Eric Covener
cove...@gmail.com
--
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
-g -O2 -I/usr/local/apache2/include -I/usr/local/apache2/include
Paul McFerrin wrote:
John Hudak wrote:
Some things that come to mind:
1. Is your router properly configured for port forwarding?
2. is the service you are using to do host redirection properly
configured?
I already found the problem. I used my son to do the initial load of
the OS and knew n
On Mon, Jan 25, 2010 at 6:13 PM, Vikrama Sanjeeva
wrote:
> Hi Jeff,
>
> Below is statistics from vmstat while everything is running including
> httpd:
>
>>> vmstat 2 3
> kthr memory page disk faults cpu
> r b w swap free re mf pi po fr de sr rm s
On Sun, Jan 31, 2010 at 2:00 AM, Vikrama Sanjeeva
wrote:
> Hi Eric,
>
> I don't know why you didn't got the my previous post on which I asked for
> help. Anyways, here it is again: I need help in making calculation based on
> memory statistics which I provided.
>
Jeff has already described how
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.
I have something like this:
NameVirtualHost *:80
Listen 80
ServerName default.com
ProxyPass / http://localhost:3128/
ProxyPassReverse / http://localhost:3128/
Pro