[EMAIL PROTECTED] Pretty URLs with .htaccess

2006-02-11 Thread Murray @ PlanetThoughtful
Hi All, I have a site hosted on apache 1.3.34 and I'd like to provide 'pretty' URLs for a particular PHP file. A typical url to the file currently would be: http://www.planetthoughtful.org/html/comments.php?blogid=fcc6c3c2d7756df3c3ed1900dbe1c004#351 I'm hoping to change this to something li

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread CasperLinux
On Saturday 11 February 2006 12:56, Diona Kidd wrote: > It sounds as if Apache isn't executing the php when it should be. Do you > also have the AddType statements in httpd.conf? > > AddType application/x-httpd-php .php .phtml > AddType application/x-httpd-php-source .phps I don't understand it si

Re: [EMAIL PROTECTED] Header set Server "NewServerName" ... problem

2006-02-11 Thread Boysenberry Payne
Just recently I was able to "turn off" some of the extra header output via: # # ServerTokens # This directive configures what you return as the Server HTTP response # Header. The default is 'Full' which sends information about the OS-Type # and compiled in modules. # Set to one of: Full | OS

[EMAIL PROTECTED] Passing the connection socket to an application?

2006-02-11 Thread Hadmut Danisch
Hi, I want to deal with the following problem: Client A wants to connect to several services (TCP connections) on Server B. B is running Apache as well, both HTTP and HTTPS. Between A and B there is a firewall restricting access to ports 80 and 443. Simply putting the applications on ports 80/44

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread httpd2
Don - I have sent you a complete httpd.conf include file off list, for loading Apache 1.3.x modules. It should be usable directly. On Sat, 11 Feb 2006 [EMAIL PROTECTED] wrote: > To: users@httpd.apache.org > From: [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED] Help getting php up and runnin

[EMAIL PROTECTED] Header set Server "NewServerName" ... problem

2006-02-11 Thread Vincent Blondel
I am using Apache 2.0.55 and I googled a lot last hour to find why it is not possible to change the HTTP Header 'Server' field with mod_headers. I found some websites pretending this is well possible and some others saying it is not possible. When I try it, it seems this is not possible. But I d

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread httpd2
I have not used Apache 1.3.x series for a while now. If these are 1.3 modules, then you don't need to load the libapache2-mod-php5 - it's for the 2 series. Even it it was for 1.3.x series, I don't think you can load php4 & php5 modules together into the same instance of apache. Which module's

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread Diona Kidd
It sounds as if Apache isn't executing the php when it should be. Do you also have the AddType statements in httpd.conf? AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps CasperLinux wrote: > Anyone have any input? I am googling till my fingers hurt and eve

Re: [EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread Boysenberry Payne
I'm catching this thread late, did you already reinstall apache w/php? Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 11, 2006, at 9:18 AM, CasperLinux wrote: Anyone have any input? I am googling till my fingers hurt and everything I find says it should be running. Wh

[EMAIL PROTECTED] Help getting php up and running

2006-02-11 Thread CasperLinux
Anyone have any input? I am googling till my fingers hurt and everything I find says it should be running. Whenever I try to open a test.php file all I get is the web browswer trying to save the file instead of serving up the php content. On Friday 10 February 2006 21:28, CasperLinux wrote: > I r

Re: [EMAIL PROTECTED] apache 2.2 build failure

2006-02-11 Thread Nick Kew
On Saturday 11 February 2006 05:18, kalin mintchev wrote: > hi al... > > trying to build apache 2.2 with the http proxy and load balancing modules > enabled. ./configure went trough fine. the making fails. i'm attaching > the full output of where the error happens but here is a few lines of Did