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. Hello Ric, Wonderful WAMP you created. I am using a previous version 11.7.6 and in previous years i never noticed any folder or file permission issues. But when I did a backup using wordpress duplicator and or backupbuddy plugins, when I restore the design onto my live test server all the file permission are 777 for folder and 666 for files. I can chmod them at the server. But I am wondering if this is a setting I can not find in your settings or is it something else I am missing. Thank you for your help!

    • 0 replies
    • 3.5k views
  2. Started by cempriot,

    i am trying to setup smtp email address from googlemail. But i am doing something wrong; it gives me this error "Warning: fsockopen() [function.fsockopen]: unable to connect to tls://smtp.googlemail.com:25 (Unable to find the socket transport "tls" - did you forget to enable it when you configured PHP?) in \includes\class_mail.php on line 604 Warning: Unable to connect to SMTP server in \includes\class_mail.php on line 586" when i try to check it from "diagnostic.php?do=list" i am using vbulletin and i have been reading from all different places that it may be from the server so i am total lost in this please tell me where i am doing the mistake many thanks cem

    • 4 replies
    • 11.7k views
  3. Started by Neotropic,

    Should not make me have to restart my computer to make it stop popping up! Can not kill proccess as it appears and dissappears before you can even select it. Other than this is great. Thanks.

    • 0 replies
    • 2.8k views
  4. Started by imBunny,

    Hello. Today, i have installed Uniform Server on a Windows Server 2008, and i cannot start apache on it. I have everything same on my own W8 PC and it works perfect. Just wondering why it doesn't work.

    • 2 replies
    • 4.3k views
  5. Hi, When creating a vhost, UniServer does not allow the creation of a servername such as test.localhost. It insists on a valid URL. The same thing happens when editing the hosts file using the built-in utility. What is the reason for this, and is there any way to remove the restriction? Thanks!

    • 0 replies
    • 2.7k views
  6. 47I just got real tired of seeing errors from apache about no server path found. I set and reset paths in my computer, even edited reg, and went through every darn file in all libs. so in flustration i set my own and so far it works Quick setup is using the existing variable that apache can't find in HTTP.CONF at the top add <IfDefine US_ROOTF> Define US_ROOTF C:/PATH **The path i want the variable for** </IfDefine> <IfDefine !US_ROOTF> Define US_ROOTF C:/PATH **The path i want the variable for** # Define SSL </IfDefine> Thats it// NOW TEST it safely using httpd_z.exe -t -D DUMP_RUN_CFG Apache2.4 I researched it …

    • 1 reply
    • 6.7k views
  7. Hi Guys Im using UniServer Zero XI11.6.1 On windows 7 virtual machine. Main OS : Windows 8.1 My Apache won't start, but mysql is ok. Apache Syntax Says " Syntax error on line 267 of C:/Users/win7/Desktop/UniServerZ/core/apache2/conf/httpd.conf: Cannot load C:/Users/win7/Desktop/UniServerZ/core/php56/php5apache2_4.dll into server: Unknown error "

    • 1 reply
    • 5k views
  8. Started by amvjedi,

    We are currently running UniServer Zero XI 11.3.3 on Windows 2008 Server Standard. I had the previous version running and thought that is why the Apache would always stop working. So I upgraded and I am still having the same issue. The service stops randomly and inconsistently. We use this to run Moodle for the students to access their courses. I tried to install the Service Protector program, but that doesn't work either, because it doesn't see the httpd_z service in the list. I have attached the error I always get, if I hit the Close the Program button, it goes right back up. It is very hard to find out when this error is happening, usually it comes from complain…

    • 2 replies
    • 4.8k views
  9. Hi, I just started to use Uniform for developments in PHP and think it's an incredible tool. I'm working with Uniform Zero XI but also with other tools from PortableApps project's. Uniform is located in the path X:/PortableApps/UniServerZ I need to install the "Oracle Instant Client" so that share the facility with some applications and the Uniform Server, so I have set in: X:/PortableApps/instantclient_11_2 I need to include in the httpf.conf SetEnv directives file, for example: SetEnv ORACLE_HOME "${US_ROOTF}../instantclient_11_2" However, this configuration does not seem to be interpreted correctly by Apache / PHP (see phpinfo). Is there any way to include…

  10. Started by drjekyll-1,

    Hey guys, Love Uniserver but am having a little problem. I just got the new (Zero XI 11.3.3) Uniserver upgrading from Mona 4.1. Yeah long overdue. I use it locally to test websites before throwing them on the production server so I need all the files to be just like they would be on the production server without having to make any adaptations before uploading them. I am working out of the home directory with all my sites just like the production server. In Mona I had absolute links set up to where a PHP line like this would work (the way it works on the production server). require_once("home/webfolder/public_html/common/scripts/globalscript.php"); XI has no problem …

    • 2 replies
    • 7.4k views
  11. Started by hawkesley,

    I have set up two directories in www which reflect two domains I have. The directories hold a simple hello world page ( one index HTML mad one index.php) I set these up on uniform server z to test access as I have previously had problems getting virtual host to work on coral 6.8 I can test the IP address fine and ping the sever. I can access the two addresses from the net (not on my local network) How ever when I access the either site I get the Index of/ My DirectoryIndex in the main apache config allows index.php & index.html. I also have that in the .htaccess. Long explanation but is this a question of setting up virtual hosts or is there other things to check firs…

    • 9 replies
    • 6.8k views
  12. Hi, I'm trying to get SSL working on UniServer Zero XI 11.3.2. Here are the steps I've taken so far: I've enabled the ssl_module Copied my websites.crt, websites.key and websites.ca-bundle files to C:\UniServerZ\core\apache2\server_certs Uncommented 'Include conf/extra/httpd-ssl.conf' in C:\UniServerZ\core\apache2\conf\httpd.conf Edited my httpd-ssl.conf to be: #========================================================= # File name: httpd-ssl.conf # Created By: The Uniform Server Development Team # Edited Last By: Mike Gleaves (ric) # Apache HTTP server configuration file. # V 1.0 15-3-2013 #========================================================= # This is the A…

  13. Started by julmot,

    Hi, well some funny things just happened to me: I used the URI domain.dev/icons/ in my local application and wondered why the images were not found. Now I know it, because Uniform Server does not allow the path /icons/ for applications. It is already used by apache (\core\apache2\icons). I just wanted to add this as a bug. Kind regards Julian

    • 1 reply
    • 7.6k views
  14. Started by assey60,

    My apache2 always fail to start. Using 11.2.1 ZeroXI on windows server 2008 r2 64 bit including the latest windows updates. Can someone help me with this?

  15. Started by shiftyllama,

    Is there a way to filter local intranet access based on IP's? Right now, the only option seems to be passwords which I can't use.

    • 0 replies
    • 2.6k views
  16. Started by suito,

    closed

    • 0 replies
    • 2.7k views
  17. Started by vanimurarka,

    I want all my website files to be in a different location, not under c:\uniserver\www. My website files are stored in a folder inside my Dropbox folder. Is there a way I can point Uniserver Apache to go to that folder, instead of c:\uniserver\www ? Thanks ...

    • 3 replies
    • 5.3k views
  18. Started by Len Jacobson,

    I have UniServer 8.9.2 installed on my Windows 8.1 laptop. I start it by executing "Start_as_program.exe" and it works fine. But I find it curious that when I do start it up with "Start_as_program.exe", the MySQL server starts up automatically, but I have to manually start up the Apache server. Why won't they both start up when I execute "Start_as_program.exe"? Additionally, I really would like both the Apache server and the MySQL server to start automatically whenever I reboot my computer. Is there a way to do that? Thank you. Len Jacobson

    • 2 replies
    • 3.2k views
  19. Hello and thank you you all for all your effort. I'm using UNIFORM Zero as in object and I'm having strange issue using vhost. I correclty added a vhosts locally called tlcdeal.loc and all seesm to woks as expected. I digit http://tlcdeal.loc and the site will be opened locally. That's it if I use UNISERVER ZERO XI control panel to start Apache and Mysql but If I use the Uniform Server Service to install and run Apache and Mysql as Services when I try to open tlc.loc it open me the default uniserver home page. I'm pretty sure that is my fault but don't understand where the problem is. Please can you help me solving this issue? The system I'm using is Windows Xp…

    • 7 replies
    • 12.2k views
  20. Hey guys, Ill start off by saying that I am not quiet good with any sort of coding, but I am a happy user of Uniform server and will probably continue using after 1 year of usage. Now, lets move on to the problem I accured today. It all started when I moved my UniServer File from C: to Dropbox, so I could share the file with a friend, so that we easily could edit it between us. But the problem acqured when I was going to start and run the Servers, they were unable to load. I rebooted the computer in hope of any sort of chance that the problem would fix but it never did. All it says is "Unable to start Apache (and MySql) Server"... Now what I've tried is to rebooting, …

    • 1 reply
    • 6.8k views
  21. Started by aducom,

    I am running a site under https with Coral and a comodo certificate. The testing tool on comodo tells me that I have a heartbleed issue. Is this a known issue and what can I do to solve this serious problem? Is upgrading to a newer uniform the solution?

    • 1 reply
    • 11.7k views
  22. Today I upgraded my PC to Windows 7 Ultimate x64 (fresh install). Uniserver (Coral 8.9.0) was already on one of my drives and was working fine on XPH. Fresh downloaded Coral 8.9.1 is also not working. When trying to start Apache server from 'Start as a program' I got the 'unable to start...' error without any logfiles I can find. But when I start httpd1.exe from the commandline the server started normaly and serves webpages. I tried to run as as administrator but that also din't work. What can be the issue since the config must be oke because I can run de server without the launcher.

  23. Started by rustyp,

    Hi I am getting the error When trying to update phpbb on my Uniserver install I get that above error. Can anybody help with this error? Sorry I have not been around for a while my personal life has not allowed me the time to be here. I am using version 7.1.11-Orion please dont beat me up too bad for this I will be happy to upgrade to the latest version I wanted to get this phpbb upgrade taken care of first. Thanks in advance for the help. While I am waiting for a reply I will download and install the latest version.

    • 7 replies
    • 12.9k views
  24. Can't create .info domain. Workaround is to create an .com and change in the .ini-files. But... I don't think that's a good idea. Have a nice day.. Great work... I have used the software from 2005. And at last - It's easy to do a update. Great.

    • 2 replies
    • 5.5k views
  25. Started by brunog,

    Hi I'm unable to start apache on a fresh install of Windows 2008 R2, i ran the Apache Syntax Check: httpd_z.exe: Syntax error on line 210 of D:/UniServerZ/core/apache2/conf/httpd.conf: Cannot load D:/UniServerZ/core/php54/icuin51.dll into server: L\x92application n\x92a pas pu d\xe9marrer car sa configuration c\xf4te-\xe0-c\xf4te est incorrecte. Pour plus d\x92informations, consultez le journal d\x92\xe9v\xe9nements d\x92applications ou utilisez l\x92outil de ligne de commande sxstrace.exe. D:\UniServerZ>

    • 3 replies
    • 7.7k 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.