Thread: [Unreal-users] Remote Includes
Status: Beta
Brought to you by:
wildchild
From: Robert S. <rob...@vo...> - 2005-02-27 22:01:56
|
Hello, When one wishes to use remote includes, what could they do to password-protect the directory? Would they just password protect, let's say, public_html/confs with Apache? Would I have to have the box admin password-protect the directory or could I do it myself? If I can do it, how? What is the format of the line that would be included in unrealircd.conf? I've used Remote Includes before, but never password-protected the directory. Since I am now thinking of using it on my production network, I think it would be wise to do this as I don't want the public viewing my configuration files. Thanks, Robby Network Administrator of irc.talkingirc.com |
From: <cod...@pt...> - 2005-02-28 00:21:50
|
How exactly you want to password protect the directory is completely up to you. Whether or not you have access to password protect it depends on how Apache was configured. Contact your administrator and/or read the Apache manual, it's certainly beyond the scope of Unreal. As for the include line, it would work just like any password protected URL: include "http://user:pas...@ho.../file.conf"; -- codemastr Robert Spangler <rob...@vo...> said: > Hello, > > When one wishes to use remote includes, what could they do to > password-protect the directory? Would they just password protect, let's > say, public_html/confs with Apache? Would I have to have the box admin > password-protect the directory or could I do it myself? If I can do it, > how? What is the format of the line that would be included in > unrealircd.conf? I've used Remote Includes before, but never > password-protected the directory. Since I am now thinking of using it on > my production network, I think it would be wise to do this as I don't want > the public viewing my configuration files. > > Thanks, > Robby > Network Administrator of > irc.talkingirc.com > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Unreal-users mailing list > Unr...@li... > https://lists.sourceforge.net/lists/listinfo/unreal-users > -- |
From: Brian T. (brut) <br...@di...> - 2005-02-28 04:05:43
|
cod...@pt... wrote: you could also use .htaccess files as well (i think) -Brian >How exactly you want to password protect the directory is completely up to >you. Whether or not you have access to password protect it depends on how >Apache was configured. Contact your administrator and/or read the Apache >manual, it's certainly beyond the scope of Unreal. > >As for the include line, it would work just like any password protected URL: > >include "http://user:pas...@ho.../file.conf"; > >-- codemastr > >Robert Spangler <rob...@vo...> said: > > > >>Hello, >> >>When one wishes to use remote includes, what could they do to >>password-protect the directory? Would they just password protect, let's >>say, public_html/confs with Apache? Would I have to have the box admin >>password-protect the directory or could I do it myself? If I can do it, >>how? What is the format of the line that would be included in >>unrealircd.conf? I've used Remote Includes before, but never >>password-protected the directory. Since I am now thinking of using it on >>my production network, I think it would be wise to do this as I don't want >>the public viewing my configuration files. >> >>Thanks, >>Robby >>Network Administrator of >>irc.talkingirc.com >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Unreal-users mailing list >>Unr...@li... >>https://lists.sourceforge.net/lists/listinfo/unreal-users >> >> >> > > > > > -- DilexNetwork | Network Administrator http://www.dilexnet.net irc.dilexnet.net:6667 | port 6900 for ssl |
From: Denis 'S. S. <sa...@gm...> - 2005-02-28 20:18:30
|
hi search for htaccess password protection (maybe with google) -- Denis 'SciFi' Simonet ----- Original Message ----- From: "Robert Spangler" <rob...@vo...> To: <unr...@li...> Sent: Sunday, February 27, 2005 11:01 PM Subject: [Unreal-users] Remote Includes > Hello, > > When one wishes to use remote includes, what could they do to > password-protect the directory? Would they just password protect, let's > say, public_html/confs with Apache? Would I have to have the box admin > password-protect the directory or could I do it myself? If I can do it, > how? What is the format of the line that would be included in > unrealircd.conf? I've used Remote Includes before, but never > password-protected the directory. Since I am now thinking of using it on > my production network, I think it would be wise to do this as I don't want > the public viewing my configuration files. > > Thanks, > Robby > Network Administrator of > irc.talkingirc.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Unreal-users mailing list > Unr...@li... > https://lists.sourceforge.net/lists/listinfo/unreal-users > |