Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Apache Install Error


Just downloaded apache 2.o and it wont run. The error I keep gettin is "DocumentRoot not a directory" I downloaded it as was told so not sure wat the problem is. It's probably something really easy.




View Complete Forum Thread with Replies

Related Forum Messages:
Can't Install PHP - Keep Getting "Invalid Directory" Error Regarding The Path To Apache Httpd.h
I've installed Apache 1.3.36 on my Redhat EL 3 machine. Now I'm trying
to install PHP 5.1.4. I can not get the ./configure command to work. I
keep getting this error:

configure: error: Invalid Apache directory - unable to find httpd.h
under /usr/local/apache/include

So then I run this command:

find / -name httpd.h

which should find every file on my machine with the name "httpd.h".
These are the results I get:

/usr/local/apache/include/httpd.h
/home/shelley/apache_1.3.36/src/include/httpd.h

So I've rerun the ./configure command, using this first:

--with-apache=/usr/local/apche/include

and since that didn't work:

--with-apache=/home/shelley/apache_1.3.36/src/include/httpd.h

but I get the "Invalid directory" error with both addresses.

View Replies !
Libtool: Install: Error: Cannot Install `libphp5.la' To A Directory Not Ending In /va
I am trying to install php on a Solaris 9 box. Here is my configure statement: Code:

View Replies !
PHP Install With Apache
I tried to install PHP 4.0.0 and then PHP-3.0.16 but failed both the times. I am working on i386/ Caldera Linux 2.2.14 My apache server (1.3.11) is working alright. I tried both the rpm and gz install packages.

Here's what I did:
# gunzip -c php-4.0.x.tar.gz | tar xf -
# cd php-4.0.x
#./configure --with-mysql-with-xml--with-apache=../apache-1.3.11--enable-track-vars

how to install php4.0 or 3.0 to work with Apache and MySql?

View Replies !
Cannot Install Apache
I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
By running binApache -k install I receive th following message:
<OS 10048>Normalerweise darf jede Socketadresse <Protokoll,
Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
make_sock could not bind to no listening sockets available, shutting
down
Unable to open logs

View Replies !
Install Apache
I have Apache HTTP Server 2.0.53 and PHP 4.3.10 programs and I want to install it on my computer so I can view .php pages offline (I don't have ADSL)? I tried myself but it doesn't work. Manual is complicated.

View Replies !
Apache Install
im using windows xp and im tryng to install apache/php/mysql when i installed apache i got this error:

no installed service "apache2" What does this mean? i tried to look at the service but i dont see anything apache2?? This occured when i tried to start the apache. MY installation was very sucessfull and also what does this error means

cannot make socket on 0.0.0.0

And forgive me for being so dumb in this apache /php after i installed the apache what are the things that i need to configure in httpd.conf to work in php?

View Replies !
Install Apache,MySQL And PHP
I may sound like a newbie, but I've started my new job and we are running on Windows XP where previously I was using LINUX , and now I want to install Apache,MySQL and PHP, not done this for a while.

Been to php.net but confused as to which one to download, any helpers? Also where to install the other stuff.

View Replies !
Install Problem Apache Php
I have been struggling in my spare time configuring apache and php.
I am running windows xp pro O/S.

Here is the problem, if i install apache choosing the option "For all
users on port 80 as a service, recommended", all works fine i can
create php files and run them in my browsers but i have to be online,
it won't work offline (I understand port 80 is the web, can i change
it and how if yes?).

Now if i install apache with the second option "only for the current
user on port 8080, when started manually." in order to be doing what i
really want which is to test my code offline on my PC, nothing will
work.I get the console and don't know what to do with it.I am supposed
to start apache manually but how?

View Replies !
Apache 2.2.3 PHP 4.4.5 Install Fails
I have Apache 2.2.3 installed and running on WinXP Pro SP2. I
installed PHP 4.4.5 and added the following lines in httpd.conf

PHPIniDir C:/PHP445/
LoadModule php4_module C:/PHP445/php4apache2.dll

When I restarted Apache, i got this error:

The Apache service reported the following error:

Quote:

View Replies !
Apache Php Cgi Install Problem
I am trying to install PHP 5.0.4 on Apache 2.0.54 on WinXP Pro SP2 as a
cgi binary.

Apache2 directory is c:/Apache2
htdocs is c:/Apache2/htdocs

php is installed in c:/php
This contains php.ini, php-cgi.exe and php5ts.dll and other files
required for the module method of php installation are also present,
but i think additional files being present should not cause any problem

Directory containing php scripts is C:/Apache2/htdocs/php

My httpd.conf file has

#----------------------------------------------------------
ScriptAlias /php/ "C:/Apache2/htdocs/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "C:/php/php-cgi.exe"
#ScriptAliasMatch ^/php(.*) C:/Apache2/htdocs/php$1
#----------------------------------------------------------

I get the error
[Wed Feb 22 15:01:18 2006] [error] [client 127.0.0.1]
C:/Apache2/htdocs/php/index.php is not executable; ensure interpreted
scripts have "#!" first line
[Wed Feb 22 15:01:18 2006] [error] [client 127.0.0.1] (9)Bad file
descriptor: don't know how to spawn child process:
C:/Apache2/htdocs/php/index.php

in the Apache error log.

What could be the error?

I have no experience in CGI - I only know it stands for Common Gateway
Interface - is there something needed to be read up first?

I assume when run in CGI mode, whatever you put in your "cgi" diectory
(here it is c:/Apache2/htdocs/php) it will be treated as a script.
Because if I try http://localhost/php/file.htm it still gives the same
error.

Also, if I put #! on the first line I get
[Wed Feb 22 15:33:45 2006] [error] [client 127.0.0.1] (OS 2)The system
cannot find the file specified. : couldn't create child process:
720002: index.php
[Wed Feb 22 15:33:45 2006] [error] [client 127.0.0.1] (OS 2)The system
cannot find the file specified. : couldn't spawn child process:
C:/Apache2/htdocs/php/index.php
or
[Wed Feb 22 15:36:18 2006] [error] [client 127.0.0.1] (OS 193)%1 is not
a valid Win32 application. : couldn't create child process: 720193:
index.php
[Wed Feb 22 15:36:18 2006] [error] [client 127.0.0.1] (OS 193)%1 is not
a valid Win32 application. : couldn't spawn child process:
C:/Apache2/htdocs/php/index.php

Any suggested readings?
I've googled the web and Google Groups but not able to get anything
newer than what i know so far.

View Replies !
Install Php4.0.0 In Apache
I have Apache and i want to install php4.0.0. How can i do that?

View Replies !
Install Apache PHP And MySQL
install apache and configure php and my sql to
work with apache.

View Replies !
How To Install Apache Server.
how to install Apache server.

View Replies !
PHP Install On APACHE A Failure
I've been trying all day to configure PHP with Apache and it's been a nightmare I've tried every suggestion that is out there, including PHP's official manuals, and it's been nothing, but a failure. Code:

View Replies !
Install PHP5, Apache 2.2 And IIS
The book that I have talks you through the setup of both Apache and PHP. I allready have IIS installed. when I go to localhost:8080 I get an unable to find page come up.

I have checked the error log and I get the following;

[Wed Jan 31 13:28:58 2007] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/favicon.ico

I have checked for the file on my system and it is indeed not there. But surely not having a favicon is not a reason to shut it down?? If so I have downoloaded the latest full packages today, so seems a little strange that it is missing.

View Replies !
Win98 Apache And Php Install Not Wokring.
I have installed the latest Apache and PHP binaries (the PHP CGI executable release - not the ISAPI). I then configured the httpd.conf sciprt using the install.txt file from the PHP install and 2 reference books as guides. This got me to the point where I BELIEVE the PHP interpretor is kicking in for .php scripts. But when I try and browse the following page : <? php_info() ?> I get the following error :

Fatal error: Call to undefined function: php_info() in e:/apache/htdocs/phptest.php on line 1 Code:

View Replies !
Install PHP5 And Apache 2.2.2 (Linux)
I'm running into the same problem that no doubt many are. I'm installing PHP 5.1.4 and Apache 2.2.2 on the same server, but Apache won't recognize the PHP module, saying it's garbled.

I understand from reading various bug reports that PHP will release this option come 5.2.0, but I want to know if anybody has PHP 5.1.4 and Apache 2.2.2 working under Linux yet.

View Replies !
Install Prob With Php/cgi/unix/apache... Any Help Is Appreciated...
I'm running php as a cgi on unix server with apache. I modified my httpd.conf file to have

AddType application/x-httpd-php .php
Action application/x-httpd-php /cgi-bin/php
ScriptAlias /cgi-bin/ "/disk2/opt/eai/visnetwork/cgi-bin/

in cgi-bin I have a link called php which points to the php executable which resides in /usr/freeware/bin/.
when I point to any php file I get this message:


Warning: Unexpected character in input: '' (ASCII=16) state=1 in /usr/freeware/bin/php on line 217

Warning: Unexpected character in input: '' (ASCII=8) state=1 in /usr/freeware/bin/php on line 217

Warning: Unexpected character in input: '' (ASCII=20) state=1 in /usr/freeware/bin/php on line 217

Warning: Unexpected character in input: ' in /usr/freeware/bin/php on line 217

Warning: Unexpected character in input: ' in /usr/freeware/bin/php on line 217

Warning: Unexpected character in input: ' in /usr/freeware/bin/php on line 217

Parse error: parse error in /usr/freeware/bin/php on line 217

I think what is happening is that php is loading itself into the executable instead of the file that I'm linking to. I have verified this by running php on itself from the command line and I get the exact same error. I have a feeling I am overlooking some simple little detail. Can anyone help me out? I've been searching for days now and got a hot tip about this website.

View Replies !
Install Php4 And Php5 At The Same Time To Apache
Here is some note about installation together php4 and php5 on apache2.

First you need is to edit with the help of hex editor php4apache2.dll (in my case, or php5apache2.dll) in php4 directory. You find "x-httpd-php" and replace with "x-httpd-plc" e.g. (I found 2 matches) Save your dll file and edit your apache config (httpd.conf) e.g. like: Code:

View Replies !
Install Php5 On A SuSE 9.3 Linux System Running Apache 2.0.49
I am trying to install php5 on a SuSE 9.3 Linux system running apache 2.0.49. For some reason,when attempting to restart the server,I get the following error:

"Syntax error on line 26 of /etc/apache2/sysconfig.d/loadmodule.conf:

Cannot load /usr/lib64/apache2-prefork/libphp5.so into server: /usr/lib64/apache2-prefork/libphp5.so: undefined symbol: php_session_create_id"

Does anyone know what is causing this error,or what I can do to correct it?


View Replies !
Is The Php Install For Xp/apache Supposed To Build The Extensions Folder And Populate It?
Is the php install for xp/apache supposed to build the extensions folder and
populate it? If so, and mine didn't do this, what does it indicate? (phpinfo
runs fine).

View Replies !
PHP Install Error
I manually installed PHP and Apache. I copied the php.ini file to my Windows System32 folder and the same with php5ts.dll However when I edit my Apache's http.conf file to include the PHP Code:

LoadModule php5_module "c:/PHP/php5apache2.dll"

When I try to start Apache i get an error saying "Module not found".

View Replies !
Install Error
I'm a novice when it comes to PHP and here's my problem: I downloaded and installed wamp5. Fine. Then when I put a PHP file in the folder and tried to view it via my browser (httl:localhost/php.index) It wouldn't allow me. I found out that this was because I had IIS running and once I uninstalled it and started all services in wamp5 it worked. Untill I set up my site in dreamweaver. I put all my files into the www root folder, made the connections and everything seemed fine. I could see and edit my PHP files. But when I press f12 a dialogue box asks me whether i want to open or save the file and doesn't display it in the browswer.

View Replies !
Error 403 On A New Install
I just installed Apache 2.2 and the PHP 5.2.3 installer on my WinXP Pro with SP2. Apache installed fine. I created an index.html file and it loaded fine in IE 6.0 and FireFox 2.0.0.5 when going to http://localhost. However, when I created an index.php file with "<?phpinfo()?>" as the contents (minus the quotation marks).

I received the "you are not authorized to view this page" in IE and "Forbidden You don't have permission to access /php/php-cgi.exe/index.php on this server." in Firefox The Apache log file reads: "[Sat Jul 28 00:37:18 2007] [error] [client 127.0.0.1] client denied by server configuration: C:/php"

View Replies !
Dependency Error When Try To Install Php 4.3.1
I got following error when try to install php-4.3.1. Anyone knows how to solve this dependency? Thanks a lot in advance.
-----------------------------------------------------
error: Failed dependencies:
libdb-3.2.so is needed by php-4.3.1-1
libmm.so.11 is needed by php-4.3.1-1
----------------------------------------------------
System: redhat 8.0
Existing php version: 4.2.2

View Replies !
Error On 'make Install'
I'm trying to install PHP5. My configure is

../configure --with-apxs=/usr/local/sbin/apxs --
prefix=PREFIX=/usr/local/php5/ --with-mysql --disable-pear

then make and make install

The error that I get is:

# make install
Installing PHP SAPI module: apache
[activating module `php5' in /usr/local/etc/apache/httpd.conf]
cp libs/libphp5.so /usr/local/libexec/apache/libphp5.so
chmod 755 /usr/local/libexec/apache/libphp5.so
cp /usr/local/etc/apache/httpd.conf /usr/local/etc/apache/httpd.conf.bak
cp /usr/local/etc/apache/httpd.conf.new /usr/local/etc/apache/httpd.conf
rm /usr/local/etc/apache/httpd.conf.new
Installing PHP CLI binary: PREFIX=/usr/local/php5//bin/
Installing PHP CLI man page: PREFIX=/usr/local/php5//man/man1/
Installing build environment: PREFIX=/usr/local/php5//lib/php/build/
Installing header files: PREFIX=/usr/local/php5//include/php/
cp: PREFIX=/usr/local/php5//include/php/#INST@66614#: No such file or
directory
*** Error code 1 (ignored)
Installing helper programs: PREFIX=/usr/local/php5//bin/
program: phpize
program: php-config
program: phpextdist

View Replies !
Install Pear Error
I`m experiencing errors when trying to "make install" PHP 5.1.6, system is Solaris 10 6/06 for x86, using GNU utils and libs: Code:

View Replies !
MySQL Install Error
I installed PHP 5.1.4, MySQL 5, and Apache 2.2.3 on my Win XP PC. Apache and PHP seem to work fine together. I tried installing a PHP script and got an error Quote:

PHP 5.1.4 installed Could not find a suitable database driver!
For MySQL, compile PHP using --with-mysql, or install the mysql.so module. How do I fix this error? I installed PHP using the ZIP version.

View Replies !
IScript Install Error
I recently downloaded this PHP script called iScript which is designed to basically manage your webcomic page for you. I get it all uploaded onto the site according to what it says to put up, then I make sure to change the permissions on the istrip_files directory to 777, and then go into my browser, go to the directory where I'm supposed to go to install and it gives me:

HTTP 500 Internal Server Error - Page Cannot be Displayed

Originally it was giving me a similar error through my actual host (awardspace) that basically told me the permissions were wrong, which is when I used SmartFTP to make sure the directory was marked according to the FAQ.

View Replies !
Can I Install Apache/MYSQL Side By Side With IIS?
However I also have a few sites I maintain that are Nix/PHP/MySQL. I would like to install PHP and MySQL on my windows machine. It would be ok if the PHP pages worked in the IIS environment such as http://localhost/index.php

However I thinka better solution may be to install
apache/php/mysql/phpmyadmin side by side with IIS.

Would I be able to run it side by side with my IIS

To get to IIS : http://localhost/index.asp
To get to Apache: http://localapache/index.php

I suppose I would like to use .htaccess locally to test mod_rewrites.

View Replies !
Apache Error?
I am creating a logon screen which seems to work fine unless the folowing combination happens:

1) log on with a correct userid and password
2) close window, and logon again, this time with a wrong userid password.

What than happens is the following popup message: APACHE caused an invalid page fault in
module PHP4TS.DLL at 015f:100ddfc1. Registers:

Than the browserscreen gives a message showing the SQL statement followed by NO DATABASE FOUND or something.

View Replies !
Apache 404 Error
I'm trying to set up a custom 404 handling page that emails me when it is accessed.

It's kinda working, however if I have in .htaccess
ErrorDocument 404 /error.php

the email is sent ok, with all the variables, but the browser displays the default ie error page. If i use:

ErrorDocument 404 http://www.myurl.com/error.php

the email is sent, but the variables are not there, but the page is displayed in the browser correctly. Code:

View Replies !
Php5 Apache Error
I just installed on a new machine windows server 2003 and installed apache 2.2 on it and then unzip the php 5.1 files in c:php5 then added the load module php5_module line in httpd conf file copied the php5ts.dll to system32 and also in apache bin but when i start apache it keeps giving me error php5apache2.dll module not found if i remove this line from apache it works fine and apache starts but if i add this line it does not start can anybody suggest how to fix the problem why cant apache find the file php5apache2.dll the path is correct.

View Replies !
PHP 5.0 - No Error Messages Under Apache
PHP 5 beta under Apache 2 on 'doze - and get no error messages from my
PHP scripts. Whenever there's an error they simply silently stop
outputting. Running earlier versions under Linux works fine.

Version details:

Apache/2.0.47 (Win32) PHP/5.0.0b1 <-- note the beta s/w.

Is this a known problem? Is there a work-around?

View Replies !
Phpmyadmin Error On Apache
i just replaced ms pws with apache 1.3.20, i am on win98. whenever i try to browse the contents of a mysql table on phpmyadmin, i get an illegal operation error with this message: - PHP caused an invalid page fault in module PHP4TS.DLL. does some one have a solution to this problem - other than changing win98.

View Replies !
Error Installing PHP 5.2 With Apache 1.3
I'm a big newbie with all this, and I'm trying to install PHP 5.2 under
Apache 1.3, my OS is Win XP. I first installed Apache and it is working
fine. Please go through the following steps / file fragments and tell
me where I'm going wrong in installing PHP.

1- I unzipped the PHP files to C:/Programming/PHP, and also copied the
dll's to the system32 directory.

2- I copied the php.ini-dist file to the windows directory (renamed as
php.ini) and added the following to it -
doc_root = "C:/Programming/Apache Group/Apache/htdocs"
extension_dir = "C:/Programming/PHP/ext"

Also I turned on extensions for various things.

3- Then I added the following lines to the httpd.conf file -
LoadModule php5_module "C:/Programming/PHP/php5apache.dll"
Addmodule mod_php5.c
AddType application/x-httpd-php .php

Then when I made a test.php in the Apache htdocs directory, it gives me
the option of downloading the file (that means it is finding the file,
I guess. It doesn't know what to do with it.)

View Replies !
Error When Starting Apache
I have an error when starting apache under win xp like this:

cannot load c:/php/sapi/php4apache.dll into server: the specified module could not be found

the fact is I have c:/php/sapi/php4apache.dll module exist.

View Replies !
Apache Runtime Error
On restarting Apache 2.2 I get this error...

"Syntax Error on line 118 of C:/Program Files/Apache/Apache2.2/conf/httpd.conf: Invalid LoadModule Path x93c:/php/sapi/php4apache2.dllx94"

Why is this??

Only changes I made to my httpd.conf file are adding below...
LoadModule php4_module “c:/php/sapi/php4apache2.dllâ€&#65533;
AddType application/x-httpd-php .php

Code:

View Replies !
Send Default Apache 404 Error From Php
How can I trigger the default Apache 404 error from PHP? I don't want
to specify a custom handler, I want the default handler. The reason is
that I am using mod_rewrite with Apache for my site. If certain a
certain page is requested that is not published, then I want to send
the apache default 404 error page. Currently, I am doing this to
return a custom error.

if($pageNotPublished) {
header("HTTP/1.1 404 Not Found");
// How do I send the default apache 404 message
// instead of the message below?
print("<html><body>HTTP 404 - Not Found</body></html>");
exit();
}

The default 404 error page has more details,

View Replies !
Php Errors Going To Apache Error Log - Can't Change
I've got a problem with a bunch of "PHP Warning" and "PHP Notice"
messages being dumped into my apache error log, on a FC4 server. I
tried editing the /etc/php.ini file, changing the "error_log =" to it's
own file, and even tried turning off logging all together. No luck.
No matter what I do, these messages still end up my apache log.

View Replies !
Apache/PHP Not Giving Me Error Messages
I have just recently installed Apache2 and PHP5 on my computer.
Normally when I make a syntax mistake on my webspace it gives me an
error message on the .php page when i load it and the line the error is
on. When i load a page on my own computer through http://localhost it
just stops outputing the code on the page where the error is and leaves
the rest blank.

Do i need to configure Apache or PHP to display errors? If so, how?

View Replies !
Query Oci_parse() Apache Error
I get this error, apparently because of my Query:

Apache.exe has encountered a problem and needs to close. We are sorry for
the inconvenience.

the error in on oci_parse() , but when I replace the above query with for
example "select * from clients"; I don't get the error. Though I need to
use query I put in variable $query....

All my other variables are ok, and the query works when I use it in SQL
worksheet for instance. (I use oracle 9i, php5, apche 1.3)

what can I do with that query to make it work?

$req_id = $_GET['request_id'];

print "request id : $req_id <br>";

$req_name = $_POST['request_name'];

print "request_name -> $req_name <br>";

$req_date = $_POST['request_date'];

print "request_date -> $req_date <br>";

$req_client_id = $_POST['request_client_name'];

print "request_client_name -> $req_client_id <br>";

$req_req_type_id = $_POST['request_type'];

print "request_type -> $req_req_type_id <br>";

$req_brand_id = $_POST['request_brand_name'];

if ($req_brand_id=='Brand Name') $req_brand_id='NULL'

View Replies !
R_PPC_REL24 Relocation Error With Apache
I've been scanning groups and Googling and can't figure out why I'm
getting this error. I've read about using the -fPIC flag but I've been
doing that.

Cannot load /usr/local/apache2/modules/libphp5.so into server:
/usr/local/apache2/modules/libphp5.so: R_PPC_REL24 relocation at
0x0e56191c for symbol `floor' out of range

Lots of people post about this problem but I can't find solutions. The
symbol out of range changes, but the problem is always this R_PPC_REL24
relocation.

View Replies !
Apache Error Log Fills Up With Php Notice:
apache error log:

/var/log/httpd-error.log

gets filled up with various notices such as:

php notice: Use of undefined constant name - assumed 'name' in xxxxx on
line 1, referer: yyyy

the size of the file is 200 mb now..

how do I suppress these notices without touching my php source code ?

View Replies !
Starting Apache 2.0.58 With PHP 5 Gives _zend_list_delete Error
I want to set up my own web server, so I first of all compiled Apache 2.0.58 (I've read that Apache 2.2.2 doesn't work with PHP 5).

I managed to compile it and get it to display some webpages. But of course no webserver is complete without PHP, so I proceeded to compiling PHP 5. I did everything exactly the way the instructions say at PHP.net, but when I try to run, I get the following error:

Cannot load /usr/lib/apache2/libphp5.so into server: /usr/lib/apache2/libphp5.so: undefined symbol: _zend_list_delete

Code:

View Replies !
Error Reporting; 4, Apache 1.3, Windows XP
i recently upgraded from Windows 2000 to Windows XP and now i can't seem to get error reporting to work in PHP.

i don't know if i've simply forgotten how to do it, or if there's a bug associated with XP, but i absolutely cannot get PHP to display any errors in my browser. it's driving me nuts. Code:

View Replies !
Parsing Apache Error Log File
What's the easiest way to parse an apache error log file? I can read the file and split it into fields but this is inconsistent as some error messages have more fields than others. Not only that but I'm splitting on the space character messes up when there is a multiple word description. Code:

View Replies !
How Not To Generate Warnings Within Apache Error Log
Using Apache 2.0.52 with PHP 4.3.10 on Linux, I'd like not to include PHP warnings within the Apache error log.

Within 'php.ini' I set "log_errors = Off", but my Apache error log is still including these erorrs.

View Replies !
Local Apache Server Error, But Ok When Hosted
I have just used a script that includes the first line

session_start();

On my computer where I have apache php and mysql installed I get the error:

Warning: session_start(): open(/tmpsess_4e8a9cf51a21ab1c9fe26630d5446262, O_RDWR) failed: No such file or directory (2) in c:serverapachehtdocsmaindex.php on line 2

But when I upload it to my host the page works without errors. Is there a problem with my apache setup or is it a php thing?

View Replies !
Error Loading Php_mysql.dll On Apache Startup
Since yesterday, when I try and start apache, I get the following
message:

Warning:
PHP Startup: Unable to load dynamic library 'C:Program
FilesPHPextphp_mysql.dll' - the specified procedure could not be
found.

I am running PHP 5.0 on Apache 2 and have been for some time. I got
this error when I first installed PHP5/Apache2 on this machine (a
totally fresh install - HDD reformat!!) However, it went away, and I
can't remember what I did to get rid of it.

I originally thought it was because I had a space in the location of
the dll. but I have been running it this way for a long time. I have
not changed my php.ini recently, other than trying to solve this
problem (not got any further than just commenting/uncommenting the
line that loads that module.

The module is definitely located where it is looking. I have no clue
what is going on.

View Replies !
Apache Error When Trying To Connect To Ldap Server With SSL
I had an login script which is used to authenicate user on a LDAP server. The script will connect to the LDAP server with ssl. Following is the error log generated by apache when i tried to connect to the LDAP server and it failed.

What cause the following issue.?

[Fri Nov 25 16:31:44 2005] [notice] mod_python: Creating 4 session mutexes based on 50 max processes and 0 max threads.
[Fri Nov 25 16:31:44 2005] [notice] Apache/2.0.53 (Fedora) configured -- resuming normal operations
[Fri Nov 25 16:34:44 2005] [notice] caught SIGTERM, shutting down
[Fri Nov 25 16:34:46 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Nov 25 16:34:47 2005] [notice] Digest: generating secret for digest authentication ...
[Fri Nov 25 16:34:47 2005] [notice] Digest: done
[Fri Nov 25 16:34:47 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Fri Nov 25 16:34:47 2005] [notice] LDAP: SSL support unavailable
[Fri Nov 25 16:34:47 2005] [notice] mod_python: Creating 4 session mutexes based on 50 max processes and 0 max threads.
[Fri Nov 25 16:34:47 2005] [notice] Apache/2.0.53 (Fedora) configured -- resuming normal operations

View Replies !
Strange Apache Error Log Messages When Viewing PHP Scripts
Whenever I would view any of my PHP scripts on any of a number of
servers that I run, the Apache error logs on each of them would have
this rather strange error:

[Tue Mar 28 13:01:33 2006] [error] [client *.*.*.*] File does not
exist: C:/Program Files/Apache Group/Apache2/htdocs/tools/myapp/tools,
referer: http://www.myappworld.com/tools/myapp

It never generates any PHP-related errors, warnings, notices, anything
related to this of any kind; furthermore, all of my apps on all of my
servers run with no problems whatsoever, however, multiple instances of
this very same error message occurs at each page that I visit.

there is no such file nor directory, of course, as
"../htdocs/tools/myapp/tools", however, there is "/htdocs/tools/myapp".

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved