Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 445 online users. » 0 Member(s) | 443 Guest(s) Bing, Google
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 359
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 83,009
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 37,861
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,825
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,289
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,236
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 112,942
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 51,605
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 41,810
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,441
|
|
|
Movies to look foward to |
Posted by: inittux - 2011-08-14, 07:01 AM - Forum: General Chat
- Replies (1)
|
 |
Conan the Barbarian
<div><iframe width="480" height="270" src="https://www.youtube.com/embed/VMehRSC-NF8?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="true"></iframe></div> If this clip is not allowed on the forums. sorry I'll remove it.
Three Musketeers
<div><iframe width="480" height="270" src="https://www.youtube.com/embed/mQd3MwT2fAM?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="true"></iframe></div>
|
|
|
apache/virtualhosts/phpmyadmin |
Posted by: inittux - 2011-08-09, 05:48 PM - Forum: LAMP
- Replies (4)
|
 |
I have my apache and virtualhost setup same as in this post
After this I installed phpmyadmin, by downloaded it and untaring it and renaming the folder to phpmyadmin. And I restarted apache and testet it: http://myip/phpmyadmin.
phpmyadmin wasn't working. I then tried commented out my virtual host and I restarted apache and again I tested http://myip/phpmyadmin and it worked. So how come
phpmyadmin works when I'm not using my virtual domain and when I do it doesn't work?
|
|
|
Don't understand something about virtualhosts |
Posted by: inittux - 2011-08-07, 04:12 PM - Forum: LAMP
- Replies (10)
|
 |
I'm trying to get virtual hosts working on Apache.
In /etc/httpd/conf/http.conf it says that: DocumentRoot "/var/www/html". So I think that's the place where Apache will be looking for your website files.
I made a virtualhost:
NameVirtualHost ipadress:80
# Custom virtualhosts
<virtualhost ipadress:80></virtualhost>
ServerAlias www.feedmebits.nl
ServerAdmin maarten@feedmebits.nl
DocumentRoot feedmebits.nl
ServerName feedmebits.nl
ErrorLog logs/feedmebits.nl-error_log
#CustomLog logs/host.some_domain.com-access_log common
in /var/www/html/ I made two directories so it looks like this:
/var/www/html/websites/feedmebits.nl
When I restart Apached it restarts but gives me an error:
Starting httpd: Warning: DocumentRoot [/etc/httpd/feedmebits.nl] does not exist
When I try and make a directory in /etc/httpd/feedmebits.nl and restart apache I don't get the error message.
And when I try making putting feedmebits.nl in a sub directory: /etc/httpd/websites/feedmebits.nl I also get
an the same error message.
I don't quite understand this because isn't it supposed to go to DocumentRoot which is /var/www/html and if I added
directories in there and mentioned it in my virtual host, isn't it supposed to see it? Why am I getting an error?
Don't quite understand?
Another thing I noticed, is that when I have my virtualhost enabled, and try to go to my test.php which is in /var/www/html/test.php
It doesn't work anymore either. When I add it to /etc/httpd/feedmebits.nl, it works again.
|
|
|
CentOS/Virtualization |
Posted by: inittux - 2011-08-05, 08:38 AM - Forum: CentOS
- Replies (3)
|
 |
I have a dedicated server and I want to be able to run virtual pc's from the commandline. I know there's virtualbox
and vmware, but is it possible to run and control virtualization software from the command line. Or are there other
options available. I did a bit of searching on google but didn't get further than vmware and virtualbox and openvz.
Anyone have experience with this?
|
|
|
how I upgraded from Fedora 14 to Fedora 15 |
Posted by: anyweb - 2011-08-04, 07:08 PM - Forum: Fedora 15
- Replies (5)
|
 |
backup your data first then... login as root and do a yum -y update, that tells fedora to update itself
Quote:[anyweb@localhost ~]$ su -Password:
[root@localhost ~]# yum -y update
then get a few necessary F15 rpm's from the nearest mirror (i chose a swedish mirror as i live in sweden)
Code: wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-15-1.noarch.rpm
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-notes-15.0.0-1.fc15.noarch.rpm
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/15/Fedora/i386/os/Packages/fedora-release-rawhide-15-1.noarch.rpm
and then install them
Code: rpm -Uvh fedora-release-notes-15.0.0-1.fc15.noarch.rpm fedora-release-15-1.noarch.rpm fedora-release-rawhide-15-1.noarch.rpm
then clean the yum data
and update
if you get any conflicts reported, then remove the package like so
Code: yum remove gnome-applet-vm
the install will take some time, take a break,
once done, check the version
Quote:[root@localhost ~]# cat /etc/redhat-releaseFedora release 15 (Lovelock)
and then reboot
|
|
|
Setting up a file/media server |
Posted by: Silentneeb - 2011-08-01, 03:10 PM - Forum: Just Starting Linux
- Replies (2)
|
 |
So, I was taking out my stuff from my mother's attic the other week and found my first computer. It's a Intel Celeron @ 500mhz, 128mb (looking to remedy that), 4.75gb HDD, cd drive. I'll be adding a 320gb HDD in it as well. I was just wondering what would be the best Linux distro, and programs would be best to put on it?
I'm looking into as many of these little features as possible (listed in importance):
- Headless machine
- File storage
- Media server stream my music to my computers and Xbox 360
- Remote file access
Any help advice would be greatly appreciated.
|
|
|
|