Apache
Please post all Apache help and support topics here.
337 topics in this forum
-
Did anyone here installed mantis on apache server on uniform server, does that work properly?
-
- 3 replies
- 4.6k views
- 1 follower
-
-
Hi. i have a problem with links of my website since i've made changes to virtual host on apache conf file. i've managed to make the www.mydomain.ro work but not all the links return this message : Not Found The requested URL /pages/Abonament.html was not found on this server. Apache/2.0.59 (Win32) DAV/2 PHP/5.2.3 Server at www.mydomain.ro Port 80 httpd.conf --> #MYDOMAIN <VirtualHost *> ServerName mydomain.ro DocumentRoot /www/myfolder </VirtualHost> my website is in the myfolder folder. Any way to solve this problem ?
-
- 4 replies
- 5k views
-
-
I have looked through the forums for this question, but have only found bits and pieces, never a straight-forward answer to my issue. My background with servers is extremely limited. I don't work with server, I only do web administration. Apache is a very complex, foreign tool for me. However, with my new job, I need a personal, home server in order to show my clients my web projects that I'm working on. This will be VERY light traffic to the server. That being said... I just installed Uniform Server on my PC, running Windowx XP. My computer is connected to the internet through a wireless connection to my router (a Linksys WRT54G Wireless - G Broadband Router), …
-
- 3 replies
- 4.7k views
- 1 follower
-
-
Hello I have installed Easy-Php, and after I uninstalled it, everything uninstalled except Apache, that keeps saying "Starting" in Services, every time I log in, tried everything to stop it, cannot modify anything in the menu.I am desperate, please help.
-
- 6 replies
- 5.3k views
- 1 follower
-
-
I cannot seem to get virtual hosts to work with the 3.5 version of UniServer that I just downloaded. I have read the similar posts in the forums and tried everything but to no avail. My windows host file is set up properly and below is the virtualhost part of my httpd.conf file: NameVirtualHost * <VirtualHost *> ServerName localhost:80 DocumentRoot /www </VirtualHost> <VirtualHost *> ServerName localhost DocumentRoot /www/ </VirtualHost> ##########VIRTUAL HOST SETUP########## # DEFAULT <VirtualHost *> ServerName default DocumentRoot /www/default/ </VirtualHost> ##########VIRTUAL HOST SETUP########## # SITE1 <VirtualHost *&…
-
- 7 replies
- 7.6k views
- 1 follower
-
-
I'm trying to change the apache server to run in CGI application mode so this: Server API Apache 2.0 Handler needs to read this way: Server API CGI/FastCGI I believe this is the correct way of wording what I need I'm trying to run php serial extensions and it requires the apache server to run in cgi mode. snip from the installation guide: I can't add the php-cgi.exe because uniform doesn't seem to come with it. I added it, then just added the lines above and well, it didn't like that :angry: Any ideas? Thanks!
-
- 1 reply
- 13.9k views
- 1 follower
-
-
I've installed the Uniform Server, and after setting it all up and getting happy with it, I ran the .bat file that installs and sets up Apache and MySQL as services on a Windows Server 2003 box. Now when Apache starts, I'm getting the following errors in the log file: _____________________________________________________________ Warning: fopen() [function.fopen]: Unable to access /usr/local/apache2/conf/httpd.conf in C:\UniServerX.X\home\admin\www\aconfig.php on line 140 Warning: fopen(/usr/local/apache2/conf/httpd.conf) [function.fopen]: failed to open stream: No such file or directory in C:\UniServerX.X\home\admin\www\aconfig.php on line 140 Warning: filesize() [f…
-
- 3 replies
- 4.6k views
- 1 follower
-
-
OK So a friend and I have set up uniform server and all seems well we want to publish our web sites to it, that seems to be working OK , I can publish my site using NVU on my linux box here at my office, However if we set the sites up so everyone on the web can see them then it seems everyone on the web can write to them!!!! without passwords or security, I know I'm misiing something after looking over the Unicenter site I'm not sure what. we want to allow all to read but only the web administrators to be able to publish to their respectivew sites Using htaccess I can give myself my own password for my site but then only those with that password can access the site…
-
- 17 replies
- 10.5k views
- 1 follower
-
-
how can I change apache's default port to 800 (for example)??
-
- 7 replies
- 9.8k views
- 1 follower
-
-
i've been using uniform server 3.2a for some time, but would like to switch to 3.3 to use later version of mysql. i am running windows xp pro sp2. i downloaded version 3.3, stopped 3.2a, rebooted to be certain, and verified that nothing is listening on port 80. when i attempt to start the server (Server_start.bat) using all defaults, the server does not start. i have tried it using the out-of-the box 3.3, as well as after applying the patches from the UniCenter site. after running server_start, apache is not running (nothing is listening on port 80), and the drive W: subst does not survive, so i gather uniserv.exe is running close.bat. any suggestions for how to …
-
- 5 replies
- 5.8k views
- 1 follower
-
-
Does anyone know how to accsess more than one shared partition/folder on the server through a virtual host or other method? thanks!
-
- 5 replies
- 5.8k views
-
-
Hello, i have installed Apache on my windows platform and working OK, but when i stop apache and start Uniform server i have problem with croatian characters. How i can configure apache on Uniform server for that problem, or... THX.
-
- 1 reply
- 3.2k views
-
-
I have the following in my httpd.conf file: NameVirtualHost * ##### ROOT <VirtualHost *> ServerAdmin michael@digitalgemstones.com DocumentRoot /www/ ServerName localhost ErrorLog logs/root-error_log CustomLog logs/root-access_log common </VirtualHost> ##### GEMDEV <VirtualHost *> ServerAdmin michael@digitalgemstones.com DocumentRoot /www/dev/gemdev ServerName gemdev.localhost ErrorLog logs/gemdev-error_log CustomLog logs/gemdev-access_log common </VirtualHost> This seems to be right, since I can change the document root and still be directed to /www/. However when I try to access gemdev.localhost the browser responds server not found. I'm a…
-
- 8 replies
- 17.9k views
-
-
on www.switch.ch a can login with user & password (like a lot other pages). Then all following URLs start with https:// (secure connections). Now I want to open this secure pages via PHP: $f=fsockopen("https://...", 443, $errno, $errstr, 30); $f=implode('',file("https://...")); Both lines do not work - even when I replace https by ssl. It says: unable to connect to ssl://... (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) 1. Is it possible to connect to such pages (where I normally have to login) via PHP? I have uniserver 3.3 on Windows XP. Works fine. Then I downloaded Win32 OpenSSL v0.9.8e Light (Inst…
-
- 2 replies
- 6.3k views
- 1 follower
-
-
Hi all, this is the first time i'm asking for help from a forum, i normally think my questions aren't valid. But now as i have no where else to fins answers i hope i can get some help from you. I am trying to add a module to apache for ldap authentication, I downloaded Muquits dll, version 2 for apache two. (uniserver3.3) I followed the instructions on his page to the T,(add the following to the .conf file "LoadModule auth_anon_module modules/mod_auth_ldap.dll" and copy the .dll file into the modules folder ) but i'm having some problems. when the webserver starts up it tries over and over but nothing happens. The same also happens if i uncomment some modules which shipp…
-
- 12 replies
- 13.8k views
- 1 follower
-
-
Hi guys, I recently downloaded Uniform Server 3.3 and i'm still exploring all the great features. When I first downloaded US3.3 and tried to shutdown from the /apanel/Shutdown Server link it worked fine. Now I get the error I read about on the boards: » Security Alert! Possible Attack HTTP_REFERER is not localhost. but ''. To disable this warning go: /home/admin/www/cgi-bin/secure.pm I've tested it by going to Server_Start and I get an error saying I'm already running Apache and to use Stop.bat. Stop.bat works fine but I'm wondering how to fix the link error on apanel. I read the previous HTTP REFERER posts and found nothing similar, I've added my interna…
-
- 1 reply
- 3.7k views
- 1 follower
-
-
Dears i have installed the Server and i have fuond a problem in Showing files in Arabic and i have resolved from conf files and now i want to let the direction of the file is from right to left and i can't Please help me out from where i could change the page direction or let the page who from right to left Thanks and regards
-
- 2 replies
- 4.2k views
- 1 follower
-
-
Hi people, I just got DLE 5.3 (Data Life Engine) and i need help with instaling it cus the installation guide is in russian. and i also wanted to know if i could use a template of a DLE version 4.5 on DLE 5.3?like updating the template or somthin . Regards,BoooM
-
- 3 replies
- 4.5k views
- 1 follower
-
-
Hi everyone - happy new year! I am replacing a PC webserver for a local business who were operating a Mambo site but I'm running into a small issue.... The previous IT guy has done some very weird stuff so to save some time I have used Uniform server. Getting the Mambo site up and running took almost 5 minutes but I have hit a snag! The website serves up documents (PDFs) that are located on their network but are not within the scope of the W drive or the webroot so I need to invoke some kind of alias or redirection but I just can't make it work. I found a post on the web suggesting that I map a network drive i.e. G: to the folder on the workstation containi…
-
- 6 replies
- 6k views
- 1 follower
-
-
Haye I am using uniform server 3.3 its working fine and excellent on my local machine with localhost...but when i tried to host multiple domains upon it goes undergrouond means stopped working...as mentioned in different articles i had modified httpd.conf & hosts file in my apache as well as windows folder but it'snt seems to be worked..why it is? I put the following text in my httpd.conf file; NameVirtualHost *:80 <VirtualHost *:80> ServerName skylink DocumentRoot "www/skylink" </VirtualHost> after putting it i had edited the hosts file in windows directory and at the end it looks like that; # 102.54.94.97 rhino.acme.com …
-
- 6 replies
- 6.9k views
-
-
i installed uniserver 3.3 but i don't knw where to place my site files so tht i can test them. i tried placing them in W: -> www -> but it doesn't work. IE won't open the file. instead of opening it, it prompts to download the php file
-
- 24 replies
- 14.9k views
- 1 follower
-
-
i have a problem. if i try to connect my server from "xp my web folders", don't ask password and direct connect to root. write in the RUN %WINDIR%\EXPLORER.EXE ,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{BDEADF00-C265-11d0-BCED-00A0C90AB50F} and right click, new, web folder, write domain and connect(full access) what can i do it?
-
- 5 replies
- 9.5k views
- 1 follower
-
-
I was wondering if anyone has taken the steps necessary to make their UniformServer extra secure by making a limited user account in windows and running UniformServer from that account? I have some 'strange' idea that it is bad to run UniformServer from an account which has Administrator privileges. (I come from the land of UNIX) I have tried making an account named UNIFORMSERVER which belonges to the USER group and then part by part tried to configure the filesystem to allow it to run various things using the CALCS command prompt tool. No luck...and it's making me crazy. Please advise... -Tom
-
- 3 replies
- 7.5k views
- 1 follower
-
-
When I installed Datalife Engine 5.1, and access some link (like that : http://localhost/demo/datalife/2006/11/20/post.html#comment, it will come back content to http://localhost/ ) At .htaccess, I use : Pls help me fix this problem !
-
- 2 replies
- 8.4k views
- 1 follower
-
-
Hi all! Had a look in the error log viewer and every time I restart the apache service I get this error message: [Mon Oct 23 21:25:19 2006] [notice] Apache/2.0.55 (Win32) DAV/2 PHP/5.1.1 configured -- resuming normal operations [Mon Oct 23 21:25:19 2006] [notice] Server built: Oct 28 2005 02:08:11 [Mon Oct 23 21:25:19 2006] [notice] Parent: Created child process 1344 [Mon Oct 23 21:25:19 2006] [notice] Child 1344: Child process is running [Mon Oct 23 21:25:19 2006] [notice] Child 1344: Acquired the start mutex. [Mon Oct 23 21:25:19 2006] [notice] Child 1344: Starting 250 worker threads. [Mon Oct 23 21:25:54 2006] [error] [client 127.0.0.1] The syntax of this command is…
-
- 1 reply
- 5.3k views
- 1 follower
-