Search found 8 matches

by czamora
Tue May 30, 2006 7:13 am
Forum: Installation and Configuration
Topic: Missing apxs in Apache 2
Replies: 7
Views: 1960

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?
by czamora
Mon May 29, 2006 1:54 pm
Forum: Installation and Configuration
Topic: Reverting apache installation?
Replies: 3
Views: 1067

Thanks a lot!
It makes sense. I assume the 'make install' won't overwrite any files nor configurations used by the previous install?

I think I'll try first running from apachectl, but once I'm confident it works, how do I write a new rc.d script?
by czamora
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...
by czamora
Mon May 29, 2006 10:20 am
Forum: Installation and Configuration
Topic: Missing apxs in Apache 2
Replies: 7
Views: 1960

I haven't changed anything on the apache installation since I rented the server with it already installed. I have tried /usr/bin, and I have even searched with "find / -name apxs", but only found: /var/www/manual/programs/apxs.html /usr/share/man/fr/man1/apxs.1.gz Any ideas on how to resto...
by czamora
Mon May 29, 2006 5:54 am
Forum: Installation and Configuration
Topic: Missing apxs in Apache 2
Replies: 7
Views: 1960

Oh, I forgot to mention that the current php on that server was compiled with --with-apxs2=/usr/sbin/apxs, but there is not such file at /usr/sbin
So Apache must have had support for it, right?
by czamora
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.
by czamora
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...
by czamora
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...