Jump to content
The Uniform Server Community

richfieldmall

Member
  • Posts

    7
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows 7

richfieldmall's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I researched this over and over and was unable to remedy this issue. As a result, we are switching our site to a paid hosting platform. Sad to see such a promising project -- easily offering a grander future than WordPress, etc. -- wallow in apparent inattention(?).
  2. What have I done wrong with my vhosts setup? The first site I set up is running well in vhosts. No problems other than occasional crashes (starwarswisdom.com). Then, to develop a second wordpress site (richfieldmall.com), I created this second website on C:\UniServerZ\www. Then I created a new vhosts location via the controller interface (stop Apache, then go Apache > Apache vhosts > Create... so easy!). Then, I cut and pasted the site over into the new, corresponding directory under C:\UniServerZ\vhosts. Was that the wrong way to do that? My current configuration points traffic for the second site, richfieldmall.com, toward the default Uniform Server test page, under /www, instead of over to /vhosts. My settings are as follows: .htaccess: #------------------------------------------------------------------------------ # This file provides server security limiting access to the localhost only. # Comment next four lines to deactivate. (Allows external access) #------------------------------------------------------------------------------ #Order Deny,Allow Allow from all #Allow from 127.0.0.1 #Allow from ::1 #------------------------------------------------------------------------------ # To allow execution of cgi scripts in this directory uncomment next two lines. #------------------------------------------------------------------------------. AddHandler cgi-script .bat .exe .pl .cgi Options +ExecCGI +FollowSymLinks # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress C:\UniServerZ\core\apache2\conf\extra: <VirtualHost _default_:80> DocumentRoot C:/UniServerZ/www ServerName localhost ErrorLog "logs/error.log" CustomLog "logs/access.log" common </VirtualHost> <VirtualHost *:80> ServerAdmin webmaster@starwarswisdom.com DocumentRoot C:/UniServerZ/vhosts/starwarswisdom ServerName starwarswisdom.com ServerAlias www.starwarswisdom.com *.starwarswisdom.com ErrorLog logs/starwarswisdom.com-error.log CustomLog logs/starwarswisdom.com-access.log common <Directory "C:\UniServerZ\vhosts\starwarswisdom"> Options Indexes Includes AllowOverride All Require all granted </Directory> </VirtualHost> <VirtualHost *:${AP_PORT}> ServerAdmin webmaster@richfieldmall.com DocumentRoot ${US_ROOTF}/vhosts/richfieldmall ServerName richfieldmall.com ServerAlias www.richfieldmall.com *.richfieldmall.com ErrorLog logs/richfieldmall.com-error.log CustomLog logs/richfieldmall.com-access.log common <Directory "${HOME}\vhosts\richfieldmall"> Options Indexes Includes AllowOverride All Require all granted </Directory> </VirtualHost> If any other information is needed, please let me know. Advice, suggestions, links -- any info is welcome!
  3. So far, I've increased the memory used from 128 to 256, moved Uniform Server over to run as a service, then went into "Services" on Windows to have us_apache_1 and us_mysql_1 (right-click > Properties > Recovery) to restart on the first two crashes, and then reboot the machine on the third. Much better performance overall as a result. This has helped me reduce the need for me to manually reboot/restart the server from at least six times per day (minimum) to once or twice. Still hoping for a more stable version?? Regardless, I am very grateful to everyone involved in the development of Uniform Server. I can honestly say that, with full-time experience in web development since 1993, I have not seen anything so exciting and promising online since Wordpress, and before that, Google (still running in the dorm room), and I suppose, the World Wide Web itself (such an improvement over Gopher!). With growing access of fiber-to-the-curb, and more powerful computers generally, I am certain that Uniform Server will become THE way to move forward online. It's so well-done and so easy to use, I suspect it will eventually disrupt the entire hosting industry, which in my opinion cannot come soon enough. Huge potential! So promising! Godspeed! Best wishes to you all!
  4. An update on the status of the fix/new version would be appreciated. Multiple crashes throughout the day.
  5. P.S. I see tutorials on altering Apache files "by hand" but am concerned this could affect the Uniform Server's performance, or that I will confuse the /www and /vhosts in Uniform server's setup (vs. the seemingly random naming of other wamp/xampp/what have you setups out there), or there is already something in the interface to do this, which I am too much of a newbie to recognize as such. Any helps, including URLs, are most appreciated.
  6. How can I access my sites from other computers on the same LAN? http://192.168.0.### (the server's internal IP address) shows me the splash/welcome screen in the C:\UniServerZ/www/ directory. But how can I view C:\UniServerZ/vhosts/my-website?
×
×
  • Create New...