Jump to content
The Uniform Server Community

rmrwebmaster

Member
  • Posts

    7
  • Joined

  • Last visited

rmrwebmaster's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Restarting seems to have solved it for now. No I don't have mysql stand alone installed. Thanks
  2. No Dice. Cleaned cache, cleaned cookies, turned off windows firewall, closed all browsers and restarted the server. Here is the weird thing I put the files on another computer and it seems to work fine. What could be preventing it from running on one machine and not another?
  3. Thanks for the help guys. But here is what I have now. I changed the password in apanel and everything was fine. I added some users and assigned database privileges and so forth. Everything was working fine. Then I started debugging some php scripts and got an error that php could not access a database so I thought I'd go into phpmyadmin to reset the passwor to that particular database and get this error #1045 - Access denied for user 'root'@'localhost' (using password: YES) I shutdown that server and start a new one from a freshly unzipped version of the file and start a new browser session in firefox and still get the same error. Is this an issue with my computer somehow? I can't imagine that if the password in the file is the same as the one in mysql that it wouldn't work. Oh by the way I tried to log into the php backup tool and it let me in with root and root which is the password on the mysql database so why can't phpmyadmin get in? phpmybackup did say the data for my mysql database was incorrect though I don't know what that means. Thanks.
  4. I went through the tutorial on how to change the mysql password in the DB and in the password file and did this but it gives me an access denied page when starting phpmyadmin (I restarted the servers). Now, I replaced the mysql database files and changed the password file back to where it was to no avail. Then I downloaded a fresh copy of UniServer 3.5 and am using it exclusively and still cannot get into phpmyadmin and I have changed nothing. (Restarted computer and server) Can someone please help? I have also noticed the weird bug about the url having all lowercase letters in it. It seemed to work one time with lowercase then doesn't work at all. Thanks
  5. Well I took out those log lines as well as removing the backslash. However, I had previously tried the system without the log lines and added them thinking a log file was needed (last ditch effort). Since the backslash was in the first virtual hosts apache probably never made it to the second and therefore the log lines did not make any difference. But it is working now and I probably don't need log files anyway. Thanks for the followup.
  6. Thanks guys looks like it was that trailing backslash. I must have overlooked that 15 times.
  7. 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 *> ServerAdmin webmaster@lineandlure.com ServerName site1 DocumentRoot /www/site1 ErrorLog logs/lnl_error_log CustomLog logs/lnl_custom_log </VirtualHost> Even though site1 points to /www/site1 all I get when I type in http://site1 is the /www/ directory instead of what is in the site1 directory. I have several sites I need to test and need to set up each one with a virtual directory. Thanks for your help
×
×
  • Create New...