Apache!

Apache!

Post by Michele Santucc » Fri, 28 Jun 1996 04:00:00



This's a question for all the apache users:
What's the very first function that read (phisically I mean) an HTML file
before sending it to the server?

Even better:

What's the very first function that parses the so called "server side
includes"?

Just for knowledge:

It's possible to disable the proxy chaching for a single page ?
(I mean by manipulating something on the page)

P.S.    If someone would answer: Please send a copy of the answer directly to
        my e-mail.

Thaks in advance....

have a nice day bye.... TuX!

----------------------------------------------------------------------
 <O>                                   ----                       <O>
 <0>    Michele Santucci    - Tech Sta/-/- of Shiny Corporation - <0>


----------------------------------------------------------------------

 
 
 

1. apache module with pthread library linked crashes Apache 1.3.12 on RedHat Linux 6.2

A simple module just by linking pthread library
crashes apache 1.3.12 server,
i.e  httpd doesn't comes up.

This happens on RedHat 6.2 Linux.

any idea on apache module which links pthread library
for apache1.3.12 is appreciated.

steps to reproduc the problem:

downloaded apache_1.3.12.tar.gz on a RedHat 6.2 Linux machine.

compiled and installed with

#configure --enable-shared=max --enable-module=most \
--prefix=/usr/local/apache
#export PATH=/usr/local/apache/bin:$PATH
#apxs -g -i -n testMod
#cd testMod
#make
apxs -c    mod_testMod.c
gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT
-I../lib/expat-lite -fpic -DSHARED_MODULE
-I/usr/local/apache/include  -c mod_testMod.c
gcc -shared -o mod_testMod.so mod_testMod.o
#rm mod_testMod.so
#gcc -shared -o mod_testMod.so mod_testMod.o -lpthread
#make install
#/usr/local/apache/sbin/apactrl start

httpd dossn't comes up.

Thanks,
Datta.

Sent via Deja.com http://www.deja.com/
Before you buy.

2. password protect all files but one with Apache .htaccess

3. Apache POST (from Apache newbie)

4. OpenServer 5.0.5 and Intel Driver

5. Apache Doc & Startup procedure for Apache NT

6. Whats a good Xterm font at 1600x1280?

7. apache listen to port 80, another standalone apache+modssl listen port 443, not working..?!

8. Linux crashes when Root edits /var/adm/messages via Telnet - Why???

9. Can Apache be used as a tunnel to another Apache.

10. Apache: delay after cgi / apache::registry scripts

11. cannot install apache after installed frontpage 2000 patch apache

12. Apache Gurus: Apache virtual server using SSI???

13. Apache: mod_servlet for Apache 1.2?