January 6, 200620 yr comment_2235 yea i just got a simple share net work drive 400GB on a windows xp pro & i have tryed ever thing & got the The Uniform Server set up as a service the drive is maped ever time i start up my pc any ideas on geting it to work i have been told that it is a rights problm under windows if you like this Uniform Server User Sing take em i do not mind share Report
January 6, 200620 yr comment_2236 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.. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 6, 200620 yr Author comment_2238 ok here is my code in the config file LoadModule vhost_alias_module modules/mod_vhost_alias.so NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # #<VirtualHost *> # ServerAdmin webmaster@dummy-host.example.com # DocumentRoot c:/Uniform3_1_1s/www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common #</VirtualHost> <VirtualHost *> ServerName localhost DocumentRoot "c:/Uniform3_1_1s/www/" </VirtualHost> <VirtualHost *> ServerName hostname1 DocumentRoot "Z:/user2/www/" php_flag register_globals on php_flag allow_call_time_pass_reference On AddType audio/x-scpls pls AddType audio/x-mpegurl m3u AddType video/x-ms-asf asf asx AddType audio/x-ms-wma wma AddType audio/x-ms-wax wax AddType video/x-ms-wmv wmv AddType video/x-ms-wvx wvx AddType video/x-ms-wm wm AddType video/x-ms-wmx wmx AddType application/x-ms-wmz wmz AddType application/x-ms-wmd wmd </VirtualHost> <VirtualHost *> ServerName hostname2 DocumentRoot "Z:/user3/www/" </VirtualHost> the Z:\ is a mapped to my SimpleShare Network Attached Storage drive 400GB i get Warning: DocumentRoot [Z:/user2/www/] does not exist Warning: DocumentRoot [Z:/user3/www/] does not exist in the error log if you like this Uniform Server User Sing take em i do not mind share Report
January 6, 200620 yr comment_2243 ok here is my code in the config file LoadModule vhost_alias_module modules/mod_vhost_alias.so NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # #<VirtualHost *> # ServerAdmin webmaster@dummy-host.example.com # DocumentRoot c:/Uniform3_1_1s/www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common #</VirtualHost> <VirtualHost *> ServerName localhost DocumentRoot "c:/Uniform3_1_1s/www/" </VirtualHost> <VirtualHost *> ServerName hostname1 DocumentRoot "Z:/user2/www/" php_flag register_globals on php_flag allow_call_time_pass_reference On AddType audio/x-scpls pls AddType audio/x-mpegurl m3u AddType video/x-ms-asf asf asx AddType audio/x-ms-wma wma AddType audio/x-ms-wax wax AddType video/x-ms-wmv wmv AddType video/x-ms-wvx wvx AddType video/x-ms-wm wm AddType video/x-ms-wmx wmx AddType application/x-ms-wmz wmz AddType application/x-ms-wmd wmd </VirtualHost> <VirtualHost *> ServerName hostname2 DocumentRoot "Z:/user3/www/" </VirtualHost> the Z:\ is a mapped to my SimpleShare Network Attached Storage drive 400GB i get Warning: DocumentRoot [Z:/user2/www/] does not exist Warning: DocumentRoot [Z:/user3/www/] does not exist in the error log2238[/snapback] On Windows machines you have only access to mapped network Drives as User, not as systemuser or so. So you must start the WAMP / Uniforserver as a 'Superuser' or Admin. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Report
January 6, 200620 yr Author comment_2245 Admin by default on my sys if you like this Uniform Server User Sing take em i do not mind share Report
January 7, 200620 yr comment_2250 sure, sorry for my mistake, i had this Problem if i was running a FTP Server as a Service. So i had there to define a 'User' with Networking R/W rights to start this Service becouse of the System Service has no Networking rights ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Report
January 7, 200620 yr Author comment_2256 ok how did you do this ? if you like this Uniform Server User Sing take em i do not mind share Report
January 8, 200620 yr comment_2259 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. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 8, 200620 yr Author comment_2270 the thing about it is & it is the damnest thing lol ok it works the fine with the start.bat but you go to run it as a service forget it . it dose not see it i have tryed ever thing who knows lol if you like this Uniform Server User Sing take em i do not mind share Report
January 8, 200620 yr comment_2271 hmmm.... We are also working on a new type of service... a new uniformed service tool.... Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 8, 200620 yr Author comment_2272 Kool if you like this Uniform Server User Sing take em i do not mind share Report
January 15, 200620 yr comment_2307 You have the possibility to run a Service as User, so try this one ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Report
January 15, 200620 yr Author comment_2309 lol ok this one what lol ? if you like this Uniform Server User Sing take em i do not mind share Report
January 19, 200620 yr comment_2314 <_ lmao... src="%7B___base_url___%7D/uploads/emoticons/default_biggrin.png" alt=":D"> Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 21, 200620 yr Author comment_2337 lol well he stared to say & then stoped lol if you like this Uniform Server User Sing take em i do not mind share Report
January 24, 200620 yr comment_2368 Probably forgot... Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 25, 200620 yr Author comment_2386 lol i guess if you like this Uniform Server User Sing take em i do not mind share Report
March 14, 200619 yr comment_2675 removed due to doublepost ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Report
March 14, 200619 yr comment_2676 lol i guess 2386[/snapback] As first, sorry for my long away time I will try to explain a little with my broken english (i'm here from Germany ) Here is a Screene of a Standard FTP Service: This Service isn't able to connect to Network drive's (also mapped drives) Here a Screene of a corrected logon for this service: this was all, what i was trying to tell you ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Report
March 24, 200619 yr comment_2781 hmmm, still really don't understand, but i will like to say that Networked drives are not real drives and are lower than mapped subst drives. They can't be used in service or anything like that. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
April 7, 200619 yr comment_2863 What i try to explain (with my really broken english) is:You have to define a User or Superuser or anything, which starts the Service, to gain access onto Network (UNC) Mappings. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Report
April 13, 200619 yr comment_2881 Oh... lol Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.