Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Apache

Please post all Apache help and support topics here.

  1. Started by Harbinger,

    Hi guys, loving the new GUI menu in 8.0.0 Coral. One thing I'd love to see in Server Configuration --> Apache --> Basic Apache Configuration is the ability to edit the Options line without having to do it manually in the httpd.conf file. The default is: Options Indexes Includes Personally, for security reasons I prefer to remove the Indexes option so that they get a 403 if there's no index file. It's just a minor thing though, I still love Uniform Server regardless.

    • 1 reply
    • 3.7k views
  2. Started by Thefastlife,

    i need help with port 80 and 443 it says it is already in use i have closed skype in advance settings and removed the port 80-443 nothing happen and i have tryed to rebot my computer severl time

    • 2 replies
    • 5.4k views
  3. Started by Caps,

    Wordpress 3.1 and Uniserver 7.0 If I select to mod rewrite, it will generate the .htaccess code according to Wordprss specifications - but it breaks the site. Using the "Options +FollowSymLinks" has no impact. .htaccess: ------------------------------------------------------- Options +FollowSymLinks # BEGIN WordPress #Options -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule> # END WordPress

    • 0 replies
    • 2.9k views
  4. Well how to avoid that while an user spams f5 on my site the CPU goes to about 50 % ,I'm using simple script to test it out: <?PHP echo "asd"; ?> on linux the apache used mpm_prefork on which user was unable to do something like this but ram consuming was VERY huge while you had many users on the site here we use mpm_winnt multi processing module. before on xampp the problem was same , I switched to uniform server since it has all newest packages apache,php,mysql . I have also tried easyPHP there wasn't such problem probably because they aren't using any php accelerator like uniform server and xampp do use fe. eAccelerator 1.0-snv427 but loading of the page…

    • 2 replies
    • 6.4k views
  5. Started by mattd,

    Hi, I'm completely new to US, any help is appreciated (or point me in the right direction). Environ: - XP SP3 - US 7.1.8-Orion - AVG Anti-Virus I just downloaded and installed Uniform Server just fine on my c drive (C:\myserver\UniServer\ ...). I used the UService icon to start up Apache & MySQL, updated my router, etc. so I can access a web page from the outside. I can ping localhost / 127.0.0.1. My issue occurred when I tried to install SlimFTPd (and I assume that I will have this with other plug-ins). US did not seem to create a drive W when I "installed" it, and when I go to install I am asked to place the start_slimftpd.bat file in the directory with the…

    • 2 replies
    • 3.2k views
  6. Hi all, I'm running Mona 4.5. On the Apache Configuration page in Apanel, when I try to edit any option there, and then click 'Save', the value restores itself back to the default. Specifically I'm trying to add .html to the Server Side Includes field. Any thoughts? Many thanks, Belinda

  7. Hey All, So, I was having a lot of trouble starting the Apache server with Uniform Server 7.1.2-Orion. I kept getting an "Unhandled win32 exception occurred in Apache.exe." After Googling, searching through the Uniform Server Forum, playing with the Apache configuration, etc. I discovered that a previous install of WAMP was messing me up. The particular culprit was PHP 5.2.14. Once I uninstalled this, Uniform Server worked like a charm. The Uniform Server had a newer version of PHP (5.3.6) compared to my older installed version. Hopefully this helps someone out by saving them time if they run into the same problem I did. Note, this was on a Windows XP Service …

    • 1 reply
    • 4.6k views
  8. Hi all, I've already got a Win XP 32 bit IIS 5.1 server running successfully. I have a first release database server called LiveCode Server that runs under Apache. For this situation the Uniform Server has been highly recommended by one of my fellow LiveCode developers. The installation of Uniform Server and Apache is one step in a long process. It's not my plan at this time to become an Apache expert. Nor attempt to answer queries regarding Apache. (both could change at a moments notices if it needs be) I'd like to take a minimalistic approach to getting Apache setup and running as simply, easily, and quickly as possible so I can get started with the LiveCo…

  9. Yeah, I'm a little suprised that I found this in the Apache error log as I've been working on MySQL and had not checked Apache but the error log is continually reporting this in Apache: [eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.3.6. Rebuild it for your PHP version (5.3.5) or download precompiled binaries. I believe that was right out of the box and that I have not changed the php version. It might be the version actually running on the PC but I did not know there was one. As I haven't started loading site files to Uniserver folders in D:/ sould I just download the latest Uniserver.exe and start again or is there a PHP.exe running on my…

    • 0 replies
    • 3.9k views
  10. Started by marcoqui,

    I have set up a uniform server on an internal LAN but on peak hour i see a great slowness in access to webserver, what is the default Maxclients for apache uniform server? i can't find it in config files, i think that when all users try to access the website the webserver can't compe with the number, our internal server in teory could be accessed by 400 users . i have frequent ZEND_MM_HEAP_CORRUPTED errors in error.log with restart of Apache, have you any idea of what could cause this error? Thanks!

    • 1 reply
    • 3.8k views
  11. Started by Neotropic,

    I am trying to use the SSL feature only on localhost for local development. I followed the instructions got the key generated. I go to https://localhost & https://localhost/apanel/. Both work fine. BUT... when I try to use, for example: https://localhost/somefolder/, it asks the whole SSL questions with allowing ect... Then I get file not found when I know the folder/file is in fact there. Why file not found? Am I missing something? The instructions do not take this into account. Using the latest Uniform server 5.6b Nano. Do need to upgrade. just realized I have an older version, and I installed latest on others. Should check those as well. but in the meantime …

    • 0 replies
    • 2.8k views
  12. After installing the services via Unitray, the Apache service is called "ApacheS1", and any \UniServer\usr\local\apache2\bin\Apache.exe -k commands (e.g. restart) will fail with [error] (OS 2)The system cannot find the file specified. : No installed service named "Apache2.2". net stop ApacheS1 && net start ApacheS1 works, but takes 6 seconds, while Apache.exe -k restart should be instantaneous. Seems like Apache.exe is looking for a different service name.

    • 0 replies
    • 3.4k views
  13. Started by jani gracnar,

    Hi, I had downloaded mini_server_4. I run server_start.bat and followed the the READ_ME.txt file. I cannot connect to localhost putting in browser url http://localhost:8084 or https://localhost:444. For first try I left original (came with downloaded files) certificate and key. I use Win XP SP2, firewall is turned off Thanx for your help, Jani Gracnar

    • 23 replies
    • 22k views
  14. Started by flj,

    I think I have a problem similar to this post. I have been using uniformserver for some years, and I was running 5-7-1.nano. I then deleted it and downloaded and installed 7-0-4.orion. I changed the port to 8080. I started it, and could see it running. I was able to access http://localhost:8080 and any of my own php-files, but I was unable to access http://localhost:8080/apanel (got a 403 error). I tried a few changes to the config file and I tried "Allow all" in .htaccess, but none succesfull. So I gave up and reinstalled 5-7-1.nano, which works fine. I then attempted to install 7.0.4-orion on another pc. On this one I didn't even had to change port. But with the s…

    • 2 replies
    • 4.5k views
  15. Started by jNormous,

    Hi I'm new to UniServer, I am having problems with starting UniServer from the UniTray. I have downloaded UniServer successfully, ran and passed the pre-check, found the Server Status button. After clicking "Start UniServer (Apache MySQL)" my browser loads a new window that attempts to load the url: "http://localhost/index.php". However I am met with a problem?? The browser window displays this error message. ============================= HTTP 403 Forbidden This website declined to show this webpage Most likely causes: •This website requires you to log in. What you can try: > Go back to the previous page. > More information ===========================…

    • 3 replies
    • 8.8k views
  16. Started by Sid H,

    Hi Guys, I just downloaded and installed uniform server on my machine. I completed the security checklist and added some virtual hosts for a subdomain of mine. The vhost works fine when I access it locally from the same machine, but when I try to access it remotely I get a message. I also tried modifying the httpd.conf file manually and modified the VirtualHost directive to the one below, but it does not seem to fix the problem. <VirtualHost *:80> ServerName dev2.gbuffer.net DocumentRoot C:/htdocs/dev2 <Directory "C:/htdocs/dev2"> Options +FollowSymLinks AllowOverride All Allow from all </Directory> </VirtualHost> Does anyone know why …

    • 1 reply
    • 5.5k views
  17. Started by Demonten,

    I need this for school. I can't do my homework if I don't get this working. I changed the port successfully to 500 (which is free). When I try to run apache a command prompt flashes up really fast and goes away. I checked error logs and it doesn't have anything useful. I'm not entirely sure what else I can do. MySQL is launching and running fine

    • 1 reply
    • 4.7k views
  18. Started by Demonten,

    It's telling me port 80 is closed. Before you go "YOU'RE AN IDIOT TURN SKYPE OFF" (that's what most people do) I don't have skype installed. I googled my problem and found some things to do. I found that it was PID 4 that is blocking port 80. I'm not going to stop that because it's system. So I found the IIS that's apparently running. When I turn it off, it turns itself back on as another PID. I obviously can't change that. So, I went in to try to change what port Apache listens on and it won't let me save the file. I checked permissions in the folders and on the files and I have full permissions. It says access is denied regardless. **EDIT** I suppose you can have sy…

    • 1 reply
    • 4.8k views
  19. Started by Pança Boff,

    Hello. I have one hosting linux cpanel with domain www.myname.com I want to make a subdomain game.myname.com point to my vps with ip 89.565.387.989 In cpanel I added: Name: game.myname.com. TTL: 3600 Type: A Address: 89.565.387.989 How to configure the uniformserver to accept this subdomain. Could someone explain me? I'll be grateful.

    • 2 replies
    • 3.8k views
  20. Started by jeret,

    Help, how do I and what do I do to secure apache in uniform server. ..

    • 2 replies
    • 3.9k views
  21. Started by jeret,

    Hi guys, how do i get rid off this referer error in my apache error.log file ?? [Wed Mar 30 20:01:35 2011] [error] [client 60.53.138.76] File does not exist: C:/UniServer/www/redalert/contact/gbcf-3/gbcf-v3, referer:

    • 1 reply
    • 2.7k views
  22. Started by Kochleffel,

    Hey out there... i got a Problem with moving to a new Server... i installed Orion 7.00 clean on Windows server 08 and wanted to set to listen to a specivic ip Listen 46.4.xx.xx:80 Listen 80 but now when i wanna access the admin Panel it tells http://localhost:46/apanel/ it seems it grabs the first block from the ip as port. but worked on nano server fine on other machine.

    • 2 replies
    • 3.8k views
  23. Started by jeret,

    Hi i have successfully, configured and made my web online. i have setup the virtual host: Now i want to redirect all my non www webaddress to www. How do i do this? i have even edited the .htaccess in my uniserver/www/ with few different config but it's still not working. please help: RewriteEngine On RewriteCond % ^lourdes.com.my [NC] RewriteRule ^(.*)$ http://www.lourdes.com.my/$1 [L,R=301] ------------------------------------------------------------------------------------------------------------------ RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] ---------------------------------------------------------…

    • 2 replies
    • 3.6k views
  24. Started by jeret,

    can someone please help and tell me what does this mean? i got this error in my apache error.log [Thu Mar 24 12:34:28 2011] [error] [client 65.52.110.13] File does not exist: C:/UniServer/www/robots.txt thank you

    • 2 replies
    • 3.4k views
  25. Started by jdk,

    Hello, I am working on some new sites and would like to do this: Public site (Joomla) in WWW root. I would like to enable SSL so that I can set the Joomla global config to run the admin side over ssl. A separate, private site (Joomla) completely over ssl. It seems to me that I should, rather than having a separate SSL directory, use WWW as the SSL root, which would allow me to host both site in WWW, and choose the admin over ssl option for the first and front and backend over ssl for the second. Has anyone input or advice regarding this? Many thanks, Jeff

    • 1 reply
    • 3.4k views

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.