Jump to content
The Uniform Server Community

olajideolaolorun

Admin
  • Posts

    2,323
  • Joined

  • Last visited

Everything posted by olajideolaolorun

  1. This plguin has been updated to PHP 4.3.11
  2. [bLOG LINK: http://blog.uniformserver.com/?p=27] Just to show you that we work ASAP, we have released the PHP 4.3.11 plugin for the Uniform Server. We plan to do the same thing with the server as soon as the Process32 bug is fixed. We are also working on the Java Servlets plugin and the Resin plugin will be released very soon as soon as it is fully tested. The Tomcat plugin is currently in development and so is the finalizaton of Admin Panel 2.0. More information will be posted later about the servlets/java containers. Thanks
  3. This post cannot be displayed because it is in a password protected forum. Enter Password
  4. Skype uses port 80 to send its messages. you have to chnage that in the Options section of Skype. Using it when the server is trying to start blocks port 80 from being used by Apache. The problem is definately skype.
  5. Please note that i do not recommend you use the services plugin just because you want to use the UniTray start and stop functions for it. Currently i will try and add start and stop MySQL to the functions under the start and stop server, but if you are still intrested, the services plugin should be under the "doc" directory. Please make sure that you know what you are doing when you do this. Thanks.
  6. First, make sure that you have at least .NET Framework 1.1 installed and also if using XP, you may have to have at least SP1 installed for it to work. Download the mod_aspdotnet module from: http://www.apache.org/dist/httpd/mod_aspdo...otnet-2.0.0.msi Install it to the Apache directory, if the W:/ path gives you problem, then use the real path. Edit the httpd.conf file for Apache. # Add under the other modules: LoadModule aspdotnet_module "modules/mod_aspdotnet.so" AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \ licx rem resources resx soap vb vbproj vsdisco webinfo <IfModule mod_aspdotnet.cpp> # Mount the ASP.NET example application AspNetMount /active "W:/www/active" # Map all requests for /active to the application files Alias /active "W:/www/active" # Allow asp.net scripts to be executed in the active example <Directory "W:/www/active"> Options FollowSymlinks ExecCGI Order allow,deny Allow from all DirectoryIndex Default.htm Default.aspx </Directory> # For all virtual ASP.NET webs, we need the aspnet_client files # to serve the client-side helper scripts. AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) \ "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"> Options FollowSymlinks Order allow,deny Allow from all </IfModule> For mroe information, refer to the default webiste at: http://httpd.apache.org/cli/introduction Credits: gopo & TerryLok. Thanks Olajide Olaolorun Uniform Server Developer
  7. Remember, those information will be out of date by the next coming release. The new Admin Panel and so on....
  8. O.K. Got Derrick's test site for you. It is: http://us.5ver.com/
  9. Nope The Services Plugin is included with the Uniform Server. The part of the UniTray plugin you are trying to use is for the Sevices Plugin only. To start the server you can use the Start Server funtion on the main menu. The UniTray is also finished but just needs more functions which i am trying to add, and the services plugin can be found in your installation of the Uniform Server.
  10. That is not the problem. :angry: The answer is that there is no problem. The function you are trying to use is only for use with the services plugin. If you have the Uniform Server running on the services plugin, then you can use that. Sorry, but as i said, the plugin is not fully complete and some things might not work if the required plugins are not installed. You can simply start the server and from there log on to the admin panel to start mysql. I will try and add the function to start mysql without the services plguin into the UniTray plugin. Thanks and sorry for the confussion...
  11. Something must be clocking them, the Windows Firewall, or another kind of firewall. You said the pages load after restart? so Apache and MysQL should be running? Did you install any programs that might be blocking them or are you using Skype?
  12. But where is the script located based on the server dicrtory? W:/www/sections/? or where? Also did you had to define the path in the script?
  13. K.. work on it ...
  14. Hey thanks... but i also have to give some of it to Taras and Anatoily
  15. Can't you just place them in subdirectories like: http://localhost/ipb http://localhost/phpbb http://localhost/vb You can also make a database for each of them, keeping there db seprately
  16. What path on the server is the file located? and what link did you try to access it by?
  17. This post cannot be displayed because it is in a password protected forum. Enter Password
  18. Wow.. never heard or seen that site, but please, if you do find it, make sure you share it with us. You also do know that 3.3 will have an absolutely different Admin Panel? hmm.. i hope you are not talking about the site Derrick set us for us as a temporary site... funny, i also lost the link.. Try and find it for you to see if that is what you were talking about.
  19. What do you mean a MySQL DB. Do you mean a MySQL database of your own? All you have to do is copy the DB over to the data directory in the mysql folder of /usr/local/mysql/ and phpmyadmin should be able to read it. If you mean another MySQL server, then you have to edit the config.inc.php file and chnage the setting to your own MySQL server. The one you already installed.
  20. The server is not running and that is why you get that message. The MySQL server is not running. You do not need to chnage the password because it automatically uses the admin password. Start the MySQL server and it should work. If you are still intrested in changing the password, edit the mysql_password file. Chnage the value to the password you want and that will be the new root password for MySQL.
  21. Here they are: If you need more help on phpbb, start a topic in the Programming & Web Design support forum and i will get my good pal AlleyKat who runs the danish support site to help you out. as you can see i prefer IPB :angry: though i hate them now for taking away the free version and having make someone help buy this license
  22. Wow, thanks Stuart. I really love the way you gave me all the info Well, first of, i am sorry to say that there is a bug on the start and stop system we use to start/stop the server as of 3.2 This only affects the 3.2 package because we developed a new start and stop system to hide the CMD window but it seems like it has a Process32 bug on Win98 and NT. It is really only suppose to affect Nt but also affects Win98 some how. Anyways, we are working on fixing that bug and when 3.3 comes out, you can be sure that we hope to have fixed it. Currently you can try 3.1 if you like also. Thanks and sorry... PS: I will try and see if i can make you a temporary start and stop system.
  23. This post cannot be displayed because it is in a password protected forum. Enter Password
×
×
  • Create New...