Apache
Please post all Apache help and support topics here.
337 topics in this forum
-
I am running Coral 8.5.4 on Win7x64. Apache is running. However, when adding the following line to httd_conf, Apache stops working. LoadModule WSGI_module modules/mod_wsgi.so I have downloaded windows binaries of mod_wsgi.so from the following link and placed it into the right folder. http://code.google.com/p/modwsgi/wiki/Down...heSoftware?tm=2 On separate note, also trying to set up reverse proxies also prevent Apache from running. All used to work well on an Orion version. Thoughts?
-
- 1 reply
- 4.1k views
-
-
New clean install of Windows XP SP3, 32 bit. Internet Explorer version 7. Getting errors like these: Internet Explorer Script Error An error has occurred in the script on this page. Line: 703 Char: 2 Error: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Code: 0 URL: file:///C:/UniServer/uni_con/uni_con_service.hta One time after clicking on Start_as_service: Internet Explorer Script Error An error has occurred in the script on this page. Line: 396 Char: 4 Error: Invalid use of Null: 'Split' Code: 0 URL: file:///C:/UniServer/uni_con/uni_con_service.hta Happens …
-
- 3 replies
- 5k views
-
-
If I use either these options: run_on_drive_w.bat disk_start_stop.vbs Then Apache crashes. Reason appears to be: What should be "w:/" in the httpd.conf file is entered as "w://" throughout the file. (temporary work-around) Works if I do this: - stop Apache (Hit "Stop Apache" button in the program window) - replace all "w://" with "w:/" in the conf file - hit "Start Apache" -------- also, line 48 of disk_start_stop.vbs has an apostrophe missing before the comment ------ using v8.4.0 Excerpt from /alt_diag/run_on_virtual_drive/read_me.txt
-
- 2 replies
- 3.9k views
-
-
Earlier today I posted an issue (with solution) about using Apache bench (ab.exe) with the Uniform Server for the purpose of measuring the number of simultaneous connections that can be sustained by Apache. While I was doing these tests, I saw errors from Apache Bench recommending to increase the ThreadsPerChild setting. It appears that it's default is 64. Looking to increase this setting, I see that inside the Apache config file (httpd.conf) there is this line: #Include conf/extra/httpd-mpm.conf I tried uncommenting that line, stopping the Apache Service and restarting it. But the result of that was an nonfunctional Apache - could not load any pages. I also tried …
-
Hi i have upgraded nano to orion and it looks like i have to change path manually in the httpd.conf, if i were to change the directory other than this: /C:/Orion_7_1_15/UniServer/www. i like to change the /C:/Orion_7_1_15/UniServer/www to just C:\Server a lot of paths to edit in httpd.conf, can i do this during the installation? as orion did not ask for installation path only extraction path. hope i'm making sense here...
-
- 2 replies
- 4.7k views
-
-
does anyone know if there is some documentation on securing apache configuration file included in uniform server ? or a place i can look for to do this ?? thank you.
-
- 1 reply
- 3.2k views
-
-
Hi I use the standard uniformserver httpd.conf file. The apache access.log file doesn't have that much information as i need. Fore example a piece out of the access.log That's not enough. I want something like this: How can i do that?
-
- 6 replies
- 6.2k views
-
-
I've played with UniServer from time to time in the past, and just started using the coral series in the last week. Long story short, I've discovered that when I start Apache from a UniServer folder on my desktop, it works fine. If I move it somewhere else (e.g. C:\, D:\), it crashes when I try to start it. Since UniServer is portable, is this a Windows permission or security issue? Am I overlooking something? I'm running Win7 x64 with UAC enabled. Please let me know if I can provide more information. Thanks for your help, and thanks for your great software!
-
- 5 replies
- 6.7k views
-
-
Hi, I have extracted uniserver to C:/Uniserver and started as program. It has showed that port 80 is not free and hence I changed the apache port to 81. When I clicked start Apache, it got started and tried to open the splash file in my browser, but displayed a message webpage cannot be found. The URL showed it is redirecting to splash page and finally it did not open. But apache started and showing green. I am running on Windows 7 starter. Is this because changing the port to 81? Can anyone suggest what went wrong? my hosts file on windows also has an entry 127.0.0.1 localhost in it. Please advise..
-
- 2 replies
- 3.3k views
-
-
I'm a complete newb when it comes to servers and what not. I downloaded Uniserver on my work computer and it worked fine. I decided that I wanted it on my laptop instead, so I downloaded it there. Initially, everything looked fine. However, most times that I click on install/run Apache and MySQL services under Start as service or click start both under start as program, it says that Apache has stopped working. The first time it did that, a windows box came up, but I just existed out of it. As that was occurring, the link that opened up at first was file:///C:/UniServer/tmp/rederict.html. I figured it was my firewall, so I disabled all firewalls and added the start as prog…
-
- 0 replies
- 3k views
-
-
Apache will not load my css and javascript files, nor will it load includes. The site worked fine on someone else's server and works within Dreamweaver (live view). I triple-checked spelling, paths and case in my .htm and .css. I can open the css and js files in my browser: e.g. localhost/css/stylesheet.css. I have started and restarted Apache numerous times and experimented with .htaccess settings, with no success. I will be very grateful for any assistance! .htaccess: Options +Includes AddType text/html .htm AddType text/css .css AddType application/x-javascript .js AddHandler server-parsed .htm Options Indexes FollowSymLinks Includes RewriteEngine on # Make URLs ca…
-
- 2 replies
- 7.4k views
-
-
After I got a number of dev sites up including one with an ssl cert with Coral 8.0.0 as per Yoni’s advice in http://forum.uniformserver.com/index.php?showtopic=2467 I decided to upgrade to 8.1.1. Everything was fine until I went to the site with the certificate, which caused Apache to crash with the message Apache HTTP Server has encountered a problem and needs to close. We are sorry for the inconvenience. Of course I had generated a new certificate in 8.1.1. The content of the error message started with AppName: httpd1.exe AppVer: 2.2.22.0 ModName: php5ts.dll ModVer: 5.3.10.0 Offset: 000a3b02 Clicking on “more information” after reporting the error too…
-
- 2 replies
- 5.2k views
-
-
I’m trying to set up a local test environment on XP for a site that was in production on a linux server. It’s an ecommerce site using Drupal and its Secure Pages module, which allowed certain pages to redirect to https versions. I installed the site in www/mysite by creating a virtual host for mysite.com and generated a certificate. The non-secure part of the site works fine, but the secure pages aren’t getting served (404). I modified ssl.conf to point to the www directory since that’s where the site is located, but this didn’t help. I also tried putting the whole site in the ssl directory, but nothing changed – the non-secure part worked and the secure part wasn’t …
-
- 6 replies
- 8.9k views
-
-
Hi all I want to redirect an IP range to a subdomain. Idea: if someone goes to www.xyz.com they should be forwarded to intern.xyz.com The .htaccess code: RewriteEngine on RewriteCond %{REMOTE_ADDR} 192.168.1 RewriteRule ^(.*)$ http://intern.xyz.com/ [R,L] This doesn't work.... i don't know why. When this is enabled, the whole site doesn't work anymore. the .htaccess is in the main www folder. The folder structure is the following: -C:/Uniserver/www -/intern/ (this is DocumenRoot in the vhost file for subdomain intern.xyz.com) EDIT: Like everytime after posting; problem solved. All domains and subdomains has to be in separate folders, and NOT interl…
-
- 4 replies
- 4.5k views
-
-
if the path to apache exe has blank spaces, the bat fails. Fix: Add double quotes to path parameters :'--- Start Apache :wscript.echo " Starting Apache Server" 'Inform user :strCmd1 = """" & US_APACHE_BIN & "\" & US_APACHE_EXE & """" 'Absolute path to exe :strCmd2 = " -f """ & US_APACHE & """\conf\httpd.conf " 'Absolute path to config :strCmd3 = " -d """ & US_APACHE & """" 'Set apache base path
-
- 1 reply
- 3k views
-
-
Hello. I am installing UniServer. I can see the index.php file from localhost, 192.168.2.8, 127.0.0.1, and outside IP address. The problem is that the index.php file displays correctly only from localhost and 127.0.0.1. When accessing from outside IP or 192.168.2.8, the CSS style sheet and logo.gif is blocked by the server. Error logs: [error] [client 192.168.2.8] client denied by server configuration: C:/UniServer/home/us_splash/images/padlock2.gif, referer: http://192.168.2.8/ [error] [client 192.168.2.8] client denied by server configuration: C:/UniServer/home/us_splash/images/logo.jpg, referer: http://192.168.2.8/ [error] [client 192.168.2.8] client denied by s…
-
- 0 replies
- 4.7k views
-
-
I created two virtual hosts. Strange thing is that whatever url I type, i get the first defined virtual host. If I go to the server, the same issue persists. But if I go to apanel and click on the virtual host then I do get the right website in the correct directory. I'm sure I have forgotten something, anybody?
-
- 6 replies
- 4.9k views
-
-
Hello when i log in to my ADMIN account on my server Website and i try to add any news that has é or ã it doesn't go. For example i add the news ( Welcome, Nurótos server are fully working ) and it only comes up ( Welcome Nur ) it stops where the (ó) start. I figured out me and my WebMaster that Uniform Server may have a problem with adding stuff like (ó-é-ç-õ) in the characters, i already try to add defaultcharset and it doesn't work, when i change my wamp server it works , but i want to use uniform server ! , anyone can help-me ? thx
-
- 1 reply
- 3k views
-
-
Hi all, Yesterday I installed on my PC the new version of Uniform server (Coral 8.0). The server runs ok, but today I saw in folder apache2 each one file from my www directory copied or cached in zero size. I want to ask how I can stop this because I haven't seen this in Orion versions of the Uniform server. It is annoying me. Second, I want to ask how to install the Uni_tray plugin. I downloaded it and unzipped it in plugin folder. When I try to start the plugin Windows pops up an information that Uni_tray1.ini is missing and it can't run the program. Thanks in advance. Best Regards, Yavor
-
- 3 replies
- 4.3k views
-
-
First, I have been using UniformServer for several years. GREAT project and thanks for all the work. ============= Recently I downloaded the MiniServer and noticed a couple problems. After starting the Server the CMD processes are "hung" and do not complete. Also the HTTP processes do not clear. Simple fix in a couple of the BATCH files: [DRIVE LETTER]:\MiniServer\control\start_apache.bat AND [DRIVE LETTER]:\MiniServer\control\stop_apache.bat Right at the end there is a "PAUSE" statement. That should not be there. It leaves the CMD session open and the HTTPD... processes are never fully terminated when the stop process is called. At the end of the file…
-
- 1 reply
- 3.2k views
-
-
I'm using Uniform Server 3.5-Apollo on WinXPpro. Doing a test of Wordpress v2.6.1. Trying to create custom permalinks, which according to Wordpress codex http://codex.wordpress.org/Using_Permalinks requires mod_rewrite enabled. When I change the permalink from default in WP I get 403 error message and I can't login into the admin panel, also an .htaccess file is created as follows: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule> # END WordPress This error is in the Apache log file: As noted i…
-
- 5 replies
- 17.9k views
-
-
I have been running Mona 4.3 for about 2 years on Windows Server 2008 datacenter without any problems. I'm trying to update to Coral. I get the following error when running pre-test or Start: "side-by-side configuration is wrong" When i copy my Coral directory onto an XP box it runs fine.
-
- 0 replies
- 2.9k views
-
-
Hi, I added a virtual host to my httpd.conf File: Listen 199 NameVirtualHost *:199 <VirtualHost *:199> DocumentRoot "c:\myDocRoot" </VirtualHost> I did not make more changes than this. I get the contents of c:\myDocRoot when I access via port 199 (http://localhost:199), but php scripts are not getting parsed, i.e. I get the PHP source code. Has anyone an idea what's missing? Thanks Wolf
-
- 0 replies
- 2.7k views
-
-
Edit: Ok, i found the problem with not started apache. First start.exe needs to be started as administrator, then install services (first menuitem) then start services (first menuitem again) and it works. Thanks!
-
- 6 replies
- 6.3k views
-
-
My access log has grown to 580meg and my error log is 31 meg (Apanel won't even display it any longer) If I move the file else where to archive it the server just recreates the log including the information removed. How do I completely remove the old data?
-
- 1 reply
- 4.2k views
-