Ok, thanks, I'm trying that. But I would need to know the exact ./compile command that I should use so that the new installation behaves exactly the same as the existing apache web server.
Is there a way to find out what parameters were used in the ./compile command for an existing web server?
Search found 8 matches
- Tue May 30, 2006 7:13 am
- Forum: Installation and Configuration
- Topic: Missing apxs in Apache 2
- Replies: 7
- Views: 1960
- Mon May 29, 2006 1:54 pm
- Forum: Installation and Configuration
- Topic: Reverting apache installation?
- Replies: 3
- Views: 1067
- Mon May 29, 2006 10:36 am
- Forum: Installation and Configuration
- Topic: Reverting apache installation?
- Replies: 3
- Views: 1067
Reverting apache installation?
Hi, I want to try and install the httpd web server from source on a pc which already has a running server (apache 2.0). As it is a producion server, I want to be sure I can go back to the current, working web server if something goes wrong with my new installation. So I plan to install to a differen...
- Mon May 29, 2006 10:20 am
- Forum: Installation and Configuration
- Topic: Missing apxs in Apache 2
- Replies: 7
- Views: 1960
- Mon May 29, 2006 5:54 am
- Forum: Installation and Configuration
- Topic: Missing apxs in Apache 2
- Replies: 7
- Views: 1960
- Sun May 28, 2006 7:52 pm
- Forum: Installation and Configuration
- Topic: Missing apxs in Apache 2
- Replies: 7
- Views: 1960
Missing apxs in Apache 2
Hi,
I'm trying to install php 4.4 from source, and my server has Apache 2.0, but it lacks apxs. How can I install php then? What option should I use in the configure (--with-apxs2=... does not work because it does not find the apxs app).
Any hints will be appreciated.
Thanks.
I'm trying to install php 4.4 from source, and my server has Apache 2.0, but it lacks apxs. How can I install php then? What option should I use in the configure (--with-apxs2=... does not work because it does not find the apxs app).
Any hints will be appreciated.
Thanks.
- Thu Mar 18, 2004 2:58 pm
- Forum: PHP - Code
- Topic: Use only cookies for sessions (not working)
- Replies: 0
- Views: 531
Use only cookies for sessions (not working)
Hi, I want to configure my scripts to use only cookies for sessions (so that session ids don't get embedded into urls). In theory you can set the session.use_only_cookies to '1' for this purpose. I've tried that in the .htaccess file adding the following line: php_value session.use_only_cookies 1 An...
- Thu Feb 26, 2004 9:30 am
- Forum: PHP - Code
- Topic: Generating russian pages with php
- Replies: 1
- Views: 290
Generating russian pages with php
Hi, I have a multilingual web site that supports occidental languages, and I would like now to add Russian (cyrillic alphabet). Does anyone know if I can still use normal single-byte characters? Is it enough to add an HTTP header with the correct charset? Or do I have to use Unicode? I understand ph...