Changes

From Amahi Wiki
Jump to: navigation, search
558 bytes added ,  17:15, 24 June 2015
no edit summary
*You'll need net-tools installed to use ifconfig
yum install net-tools
* This guide assumes your network interface is named p2p1and your HDA IP address is 192.168.1.2. Check with ifconfig, and change this guide where neccessary. 
==Get Ad List==
==Bind Apache to main IP address==
 
* Edit the Apache config file using a file editor:
nano /etc/httpd/conf/httpd.conf
 
* Add your HDAs IP address to this section in the conf file:
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 192.168.1.2:80
 
* Restart Apache
service httpd restart
 
==Pixel Server==