I'm currently hosted on a shared web server running Linux & Apache. Right now the
version of PHP is 3.0.12. I requested from the webmaster to do an upgrade to PHP4 but
his concern with upgrading is the problems that may occur and disruption of service,
upsetting his other clients.
I
d/l:ed latest binarys of apache and php.
compiled apache with
./configure --enanable-module=so
make
make install
then php with
./configure --with-apxs=/path/to/apxs --with-mysql
make
make install
then edited httpd.conf
added the php4 lines;
LoadModule php4_module/path/to/libphp4.so
AddT
> I did a standard server install (via ftp) of Red Hat 7.0. I got
> Apache running and am now trying to install PHP4 . The install line
>
> ./configure --with-mysql --with-apxs
>
> fails, apparently because it can't find apxs (and neither can I). Where
> can I get apxs and where should I put i
I did a standard server install (via ftp) of Red Hat 7.0. I got
Apache running and am now trying to install PHP4 . The install line
./configure --with-mysql --with-apxs
fails, apparently because it can't find apxs (and neither can I). Where
can I get apxs and where should I put it? Should I
Hello there,
I installed PWS and PHP using WIN98. After running a php file named:
"test.php" withe the line "" in it, it resulted in a
HTTP-error 403.
This is the translation of the dutch error I got:
HTTP-error 403
403.1 Forbidden: executing refused
This error may occur when you are trying to
php-install Digest 5 Aug 2001 20:40:21 - Issue 397
Topics (messages 3843 through 3845):
Re: PHP 4.0.6 freeBSD mysql apache2
3843 by: lasse ohgren
php-4.0.6 compile
3844 by: hunter
using PHP, PWS WIN98; HTTP error 403 executing PHP-scripts
3845 by: Chris Stegeman
A
I installed PWS and PHP using WIN98. After running a php file named:
"test.php" withe the line "" in it, it resulted in a
HTTP-error 403.
This is the translation of the dutch error I got:
HTTP-error 403
403.1 Forbidden: executing refused
This error may occur when you are trying to execute a CGI,
I have been trying to complete this compile on a redhat-7.1 linux-2.4.3
server running apache-1.3.20 and when i compile in --with-imap i get the
following trying to restart apache:
~/temp/php-4.0.6# /etc/rc.d/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: Syntax error on line 257 o
hey
yeah thanks, i was planning on using apache2 but i tested it your way
although, still having problems.
after running make install in /usr/ports/www/apache13
and trying to run apachectl start . it won't. just gives me
# apachectl start
/usr/local/sbin/apachectl start: httpd could not be starte