• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Apache Problem

Naaano201

Member
Joined
Jun 5, 2011
Messages
241
Reaction score
8
Location
Barcelona
I've got the next problem on Uniform Server 8.6.6 and Windows Server 2008 r2.


When I click on "Start Apache Service" nothing happens, just stay loading.
If I click on "Apache Syntax Check" it shows that error:
35lhj7s.jpg




Then I go to line 67 of httpd:conf and shows that:
Loadfile "C:/UniServer/usr/local/php/libpq.dll"
I check the php folder and there's the libpq.dll ....


Somebody can help me?

Thanks anyway.
 
On a Windows server, configured with Apache, adding the following line to httpd.conf to load libpq.dll can save you a lot of time :

Code:
LoadFile "C:/UniServer/usr/local/php/libpq.dll"

Note that you will have to change your folder accordingly to the installation path. Also I wanted to ask you do you use PostgresSQL?
 
Back
Top