override Posted January 6, 2006 Report Share Posted January 6, 2006 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 Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 6, 2006 Report Share Posted January 6, 2006 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.. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
override Posted January 6, 2006 Author Report Share Posted January 6, 2006 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 Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
haggy Posted January 6, 2006 Report Share Posted January 6, 2006 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. Quote ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link to comment Share on other sites More sharing options...
override Posted January 6, 2006 Author Report Share Posted January 6, 2006 Admin by default on my sys Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
haggy Posted January 7, 2006 Report Share Posted January 7, 2006 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 Quote ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link to comment Share on other sites More sharing options...
override Posted January 7, 2006 Author Report Share Posted January 7, 2006 ok how did you do this ? Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 8, 2006 Report Share Posted January 8, 2006 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. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
override Posted January 8, 2006 Author Report Share Posted January 8, 2006 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 Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 8, 2006 Report Share Posted January 8, 2006 hmmm.... We are also working on a new type of service... a new uniformed service tool.... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
override Posted January 8, 2006 Author Report Share Posted January 8, 2006 Kool Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
haggy Posted January 15, 2006 Report Share Posted January 15, 2006 You have the possibility to run a Service as User, so try this one Quote ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link to comment Share on other sites More sharing options...
override Posted January 15, 2006 Author Report Share Posted January 15, 2006 lol ok this one what lol ? Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 19, 2006 Report Share Posted January 19, 2006 <_ lmao... src="%7B___base_url___%7D/uploads/emoticons/default_biggrin.png" alt=":D"> Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
override Posted January 21, 2006 Author Report Share Posted January 21, 2006 lol well he stared to say & then stoped lol Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
olajideolaolorun Posted January 24, 2006 Report Share Posted January 24, 2006 Probably forgot... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
override Posted January 25, 2006 Author Report Share Posted January 25, 2006 lol i guess Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
haggy Posted March 14, 2006 Report Share Posted March 14, 2006 removed due to doublepost Quote ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link to comment Share on other sites More sharing options...
haggy Posted March 14, 2006 Report Share Posted March 14, 2006 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 Quote ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link to comment Share on other sites More sharing options...
olajideolaolorun Posted March 24, 2006 Report Share Posted March 24, 2006 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. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
haggy Posted April 7, 2006 Report Share Posted April 7, 2006 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. Quote ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] from a 512MB USB Stick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running Uniform Server [3.3] on a 60GB USB HDD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link to comment Share on other sites More sharing options...
olajideolaolorun Posted April 13, 2006 Report Share Posted April 13, 2006 Oh... lol Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.