
olajideolaolorun
Admin-
Posts
2,323 -
Joined
-
Last visited
Everything posted by olajideolaolorun
-
Oh ok... Had the same problems with 3DS Max's License System. Uses that port for something.... Thanks
-
A. It is really a bad thiing for you to do a copy and paste override when updating the server. This can cause problems for you when starting it! Better to start clean and move everything over... As fisheradmin said, you might have something blocking port 80 so please check to make sure you do not have Skype or a Firewall/AntiiVirus blocking it. As you said, you changed the port to port 8040 and that worked, well there yoiu have it... something must be working on 80 thats blocking the server.. try changiing the port again and testing it.
-
Need A Lot of Help with VHosts!
olajideolaolorun replied to simardbrad's topic in Uniform Server - Windows
Put this right after the NameVirtualHost and before the other ViirtualHost... <VirtualHost *:80> ServerName localhost DocumentRoot "/www/" </VirtualHost> Then test it.. -
I am not quite sure if a network mapped drive will work with the Apache Server... When also running as servicee, the server may start before the mapping of the drive is done.... i dont think it is a rights problem cause the server is mapped already.. we only have to figure out why it is not working with the server/why the server is not seeing it.
-
So Uniform Server works on that PC but you are trying to setup a VirtualHost? There are about 6 post in this forum that can help you with the basic idea... pull out what you need from them and i will be able to help you further.. start with the httpd.conf code for VirtualHost Thanks..
-
Sign: Aries? How in the world of servers does this help me? lol Anyways, it might be that you are missing a file.. try redownloading the server to that location and unextracting it there. Does the Server_Start.bat give you ann error?
-
There should be a way.. try editing the my-small.cnf file or the php.ini file.
-
css fails to use symbol font under Uniserver 3.3
olajideolaolorun replied to twpmarket's topic in Programming & Web Design
Thanks... About this, i will look into it... it could be an Apache module that is not installed with Uniform Server but needed for this to work.... -
No problem
-
Delete the .htaccess file or edit it... using the instructions in it You may have to chnage the web url of your forum in the config so it will pull images and other fiiles from your ip and not localhost.. localhost wont work on other's PC
-
css fails to use symbol font under Uniserver 3.3
olajideolaolorun replied to twpmarket's topic in Programming & Web Design
No problem... but stiill, i wonder how it works on other servers.. are you sure that the PC you were viewing it on did not have that font installed..? Servers don't load fonts.. they dont enter your font directory and load the font for users to see it... the user has to have that font on their PC for it to work.... -
Change the port to http://localhost:8080/apanel/ and not http://localhost/apanel/:8080 For vertyggo, start a new topic for you.... using others topic creates confusion... We have unlimited posting so please make use of the forum and start your own post for your own problem.... Thanks.
-
What are you saying? I told you that access to /status and /info is restricted to localhost only.. Clicking the link from Admin Panel 2 should work perfect is you are accessing that from http://localhost/apanel/ If you want access to it from outsideee localhost thn change that code i gave to you to what you want... like: Allow from All and remove the Deny from All part. Like this: <Location /status> SetHandler server-status Order deny,allow Allow from all </Location>
-
No problem... Closed
-
css fails to use symbol font under Uniserver 3.3
olajideolaolorun replied to twpmarket's topic in Programming & Web Design
umm... is your problem the fact that the font show on your PC and not other PCs? If other PCs dont have that font, it wont work. The seerver does not load fonts. No server does.... You have to find a way to integrate that font into the page.. like using WEFT 3.0 from MS. -
Check to see that this is not commented: NameVirtualHost * And then put those 2 on top and make sure the localhost VirtualHost info is before them... Something like this: NameVirtualHost * ##########VIRTUAL HOST SETUP########## # LOCALHOST <VirtualHost *> ServerName localhost DocumentRoot /www/ </VirtualHost> ##########VIRTUAL HOST SETUP########## # STOPBRITE.LOCALHOST <VirtualHost *> ServerName stopbrite.localhost DocumentRoot /www/stopbrite </VirtualHost> ##########VIRTUAL HOST SETUP########## # TWPMARKET.LOCALHOST <VirtualHost *> ServerName twpmarket.localhost DocumentRoot /www/twpmarket </VirtualHost> If that does not work, messa round with it a little, like removing the localhost one and testing it to see if it will work... and so on.. you know... help me out a little and you all stop being lazy to go crazy with the thing... Next time i might be on here might be next week cause i am moving.. no internet..
-
Leave all files where they are suppose to be.. no file is to be moved around... just because the server is mobile does not mean you can put Server_Start.bat anywhere you want Right Click on [File Name] > Send To > Desktop (Shortcut) That should make a good shortcut for you and with that, you can copy and paste where ever you want.
-
Thats because the /status is only accessable by localhost under the httpd.conf file. Change this setting in the httpd.conf file: <Location /status> SetHandler server-status Order deny,allow Deny from all Allow from localhost </Location> Change it to what you want, but please be aware that this is your option and is risky...
-
css fails to use symbol font under Uniserver 3.3
olajideolaolorun replied to twpmarket's topic in Programming & Web Design
What font is this? and what type of font is it? Please note that not all fonts work with browsers.. some of them have to be integrated into a web page using WEFT i think... but i will look further into this. -
Need A Lot of Help with VHosts!
olajideolaolorun replied to simardbrad's topic in Uniform Server - Windows
A. You are not using the Uniform Server customized httpd.conf file or you are using 3.2a- B. I told you to go back to 3.3 C. Here is the problem: #LoadModule vhost_alias_module modules/mod_vhost_alias.so Should be...: LoadModule vhost_alias_module modules/mod_vhost_alias.so What version are you using cause the customized httpd.conf file comes with 3.3 but not the rest... Delete the rest of them so they won't cause any problems... and make sure you are using 3.3! Thanks. -
Try putting it and testing it under /cgi-bin/ Thats the normal place for Perl Scripts...
-
Try testing the .exe just to see if it will work... The #1 thing that we need and you never gave to us... What error does Server_Start.bat give to you? If it says it cannot create W:/ drive, then that means that you do not have Admin Account and therefore cannnot create a SUBST drive which is needed. Do you have a Admin Account?
-
Thats because that verision of UniTray is for 3.2-3.2a The new version will be out soon...
-
This post cannot be displayed because it is in a password protected forum. Enter Password