Page 1 of 1

Newby Needs A Little Help. PLEASE!!

PostPosted: 02. September 2003 14:29
by Guest
Hi everybody firstly just like to say WOW this is the first thing i have run on my linux red hat 9.0 box that worked straight of the bat... No compiling, fidiling or mucking around just one line of code and wahmoo its done. TOP JOB!!!

Okay now for the real reason I am here I need a little help so here goes!

1) PHP My admin does not ask for a user name or password is this becuase I need to set up the security as I have been intructed on your site?

2) How Do I add add new users.... And relate them to there website? For example I set up a virtual host for

mydomain.com

How do I make a user account for them in PHP My Admin to reflect there virtual host account?

3) The same as above but for FTP Email and a CGI Bin how do I add this to there virtual host information? Also with the CGI Bin how do you add it to there root directory for example

Virtual Host - mydomain.com
CGI Bin Location - /opt/lampp/htdocs/mydomain.com/cgi-bin
Email Access mail.mydomain.com
FTP Access Directs to - /opt/lampp/htdocs/mydomain.com/cgi-bin

In other words PLEASE HELP i am totally lost I read all the guides and it just confused me even more! I really would like to figure out how make a virtual host with all the features straight away.

OHHHH and finally I no to set up a virtual host you need to restart apache is there a way around it or not... There has to be I would say if all the web hosting companys had to restart apache every time they added a new account the internet would die. So how do you do it?

Sorry if this seems like alot but I am in serious need of help. I am goign to and continue to try myself but I am in deep water. Thanks heaps for the effort this is the best setup I have seen....

PostPosted: 02. September 2003 14:41
by Oswald
Dear Unknown!

Thank for the compliments! :)

I'm very busy a the moment so I can only answer two of your questions. I sure there are others who are able to help you in the other questions.

phpMyAdmin asking for a password

Yes, you're right. Unless you called /opt/lampp/lampp security to set passwords for your applications phpMyAdmin won't ask you.

restarting Apache

In most cases you don't need to restart the Apache completly. It's sufficient to reload it:

Simply type: /opt/lampp/lampp reloadapache

That's all for now. I've to get back to work to get some money! ;)

Many greetings,
Oswald

PostPosted: 02. September 2003 14:57
by Guest
GEEZ NOT ONLY IS THE SOFTWARE GOOD BUT THAT WAS LIGHTING FAST RESPONSE TIME!!!!

Set up the security thingy and it looks much better now... I will keep coding and try to figure the rest out!

Also do you guys have a donation or wish list or maybe even you need some free hosting??? As I think you need a fund to keep you going GEEEZ if ever body threw in a couple bucks it would be well worth it for you. So let me no if you have any way to support you guys... MONEY / FREE WEB HOSTING let me know you deserve it.

By the way I am www.staticwebhosting.com

Please dont laugh I may run a web hosting company but playing with APACHE is all new to me as I just resell and do not configure anything some one else does that for me. Hence the need to learn this software!!!

PostPosted: 02. September 2003 23:45
by nemesis
http://httpd.apache.org/docs-2.0/vhosts ... #xtra-conf

i think that are one of the most types in big hosting companys

the same example with comments, and some other nice tips:

Mass Virtual Hosting
http://httpd.apache.org/docs-2.0/misc/rewriteguide.html

http://httpd.apache.org/docs-2.0/vhosts/details.html uhm... some details about vhosts :)

http://httpd.apache.org/docs-2.0/ very good docs ;)

It takes sometimes there time to learn and understand it, but it should be the first reference for questions about "how work it".

my two cents about our busines, 99% uptime are not very much when you calculate it up to and year :)

sorry for my bad english....

PostPosted: 05. September 2003 08:16
by Guest
No worries about the bad englsih its the thought that counts thanks heaps for those links the docs really helped I figured out the cgi-bin thing now!!!

Heres how my virtual host should look with cgi.. ( for any body else who needs to no how set up a cgi bin)

<VirtualHost *>
ServerAdmin webmaster@mydomain.com
DocumentRoot /opt/lampp/htdocs/mydomain.com
ScriptAlias /cgi-bin/ /opt/lampp/htdocs/mydomain.com/cgi-bin/
Alias /images/ /opt/lampp/htdocs/mydomain.com/images
ServerName www.mydomain.com
ServerName onlineaucttions.com
</VirtualHost>

If your are using X windows just go to the doucment root of the site and creat the folder cgi-bin WHAMMOO your done..

Now I am onto the FTP and EMAIL the FTP confused the hell out of me so I will try and tackle the EMAIL first.... Keep you posted!!!