| View previous topic :: View next topic |
| Author |
Message |
tokyolight
|
Posted: Wed Oct 01, 2008 11:36 pm Post subject: Can't install software/server on Blag Linux. |
|
|
Help please i want software/server on my Linux. I am root.
|
|
|
 |
sinuhe
|
Posted: Wed Oct 01, 2008 11:46 pm Post subject: Re: Can't install software/server on Blag Linux. |
|
|
| tokyolight wrote: | | Help please i want software/server on my Linux. I am root. |
I'm not sure of what you're asking. Taking a guess, you are asking how to install software on your newly installed BLAG GNU/Linux system? You want to use yum to install software (if you are familiar with apt, that is available, too). | Code: | | yum install foopackage | will install a program. will give you a list of package groups. | Code: | | yum list '*foopackagename*' | will look for "foopackagename" in the name of available packages. Packages are, in general, broke into foopackage, foopackage-doc, foopackage-devel, depending on what you need. | Code: | | yum info foopackage | will describe a package for you. Hope that helps.
|
|
|
 |
tokyolight
|
Posted: Wed Oct 01, 2008 11:48 pm Post subject: Thanks for the help |
|
|
Yes i just installed linux and how to i install the webserver that came with blag?and Thanks
|
|
|
 |
sinuhe
|
Posted: Thu Oct 02, 2008 12:27 am Post subject: Re: Thanks for the help |
|
|
| tokyolight wrote: | | Yes i just installed linux and how to i install the webserver that came with blag?and Thanks |
|
|
|
 |
tokyolight
|
Posted: Thu Oct 02, 2008 12:47 am Post subject: Thanks |
|
|
Thanks it is installing right now and it is done thanks
|
|
|
 |
tokyolight
|
Posted: Thu Oct 02, 2008 12:49 am Post subject: |
|
|
also were is the stuff where i can config to make it my site??????
|
|
|
 |
sinuhe
|
Posted: Thu Oct 02, 2008 12:51 am Post subject: |
|
|
| tokyolight wrote: | | also were is the stuff where i can config to make it my site?????? |
/etc/httpd/conf has httpd.conf and /etc/httpd/conf.d has other files to append to it, such as ssl.conf. Use service and chkconfig to enable the service once configured (service also has a configtest argument to do syntax checking of those config files).
|
|
|
 |
tokyolight
|
Posted: Thu Oct 02, 2008 12:53 am Post subject: |
|
|
what is the ip/web site name?????
|
|
|
 |
sinuhe
|
Posted: Thu Oct 02, 2008 12:56 am Post subject: |
|
|
| tokyolight wrote: | | what is the ip/web site name????? |
I'm not sure what you mean. You can access your own webserver as localhost, or whatever the hostname command shows you. However, to access this publically, you must have a public IP address, a registered domain, and a name server that is authoritative for that domain, pointing your domain to your IP address.
Is that what you were asking?
|
|
|
 |
tokyolight
|
Posted: Thu Oct 02, 2008 12:58 am Post subject: |
|
|
no, not exactly i was asking i think can i asses it by just ip and not have a domain?
|
|
|
 |
sinuhe
|
Posted: Thu Oct 02, 2008 12:59 am Post subject: |
|
|
| tokyolight wrote: | | no, not exactly i was asking i think can i asses it by just ip and not have a domain? |
Yes.
|
|
|
 |
tokyolight
|
Posted: Thu Oct 02, 2008 1:00 am Post subject: |
|
|
ok do you now how to do it?or just a bit of info to do that, that would be helpfull, and what language is the Apache server?
|
|
|
 |
sinuhe
|
Posted: Thu Oct 02, 2008 1:01 am Post subject: |
|
|
| tokyolight wrote: | | ok do you now how to do it?or just a bit of info to do that, that would be helpfull, and what language is the Apache server? |
I don't understand your question.
|
|
|
 |
tokyolight
|
Posted: Thu Oct 02, 2008 9:03 pm Post subject: |
|
|
what language is apache server writtin in?
|
|
|
 |
john maclean
|
Posted: Thu Oct 02, 2008 11:54 pm Post subject: |
|
|
Apache is writen in C but you dont have to know that language to configure the server. Have a look in somewhere like /etc/httpd/ and you'll see lots of files. Welcome to BLAG
|
_________________ BLAG 'em up! |
|
 |
|