/srv/irclogs.ubuntu.com/2015/07/11/#ubuntu-server.txt

=== markthomas is now known as markthomas|away
=== utlemming_away is now known as utlemming
sarthorHi, HI, my Router IP is 192.168.100.1, Port 80 is redirected to some pc 192.168.100.101, where my webserver is running, now i have email server on other PC, and IP is 192.168.100.111 and have I have to access my mail server like "http://mysite.com/webmail" Now If the request of http://mysite.com/webmail is comming on port 80, so that will go to 192.168.100.101, How can I send this request to 192.168.100.111 while the request in coming on port03:35
sarthor 80. both linux machines are running on ubuntu-server 14.04. HELP03:35
patdk-lapyou can't03:35
patdk-lapif you *really* want to do that, consult your webserver software03:36
patdk-lapor use haproxy instead03:36
sarthorpatdk-lap: what should I do with my webserver software, just an idea?03:44
bearfacereverse proxy?03:44
PolluticonI want to be able to stream audio from my windows 7 pc to my Ubuntu server over wifi, Is this possible?04:45
sarnoldthere's probably something like icecast for windows04:46
PolluticonI was thinking pulseaudio because Icecast seamed to just stream certain files04:47
PolluticonThe problem is I'm having trouble figuring out how to use pulseaudio04:48
sarnoldI know pulseaudio's original purpose in life was network audio, I don't know if it is actually any good at that task now..04:49
Polluticoncould Icecast stream all of the audio from my pc you think?04:49
sarnoldI was hoping you'd find a "driver" for windows that would let you select it as a soundcard and have it send audio into icecast instead, but that's me being hopeful rather than helpful..04:50
sarnoldthis looks promising https://github.com/DustyDrifter/AltaCast04:52
PolluticonIs it any different from edcast?04:53
sarnolda link I found for edcast lead here, https://code.google.com/p/edcast-reborn/04:55
sarnoldthey look like they recommend using altacast instead04:55
PolluticonI'm going to give that a shot. Thanks!04:55
Polluticonsarnold?05:25
sarnoldhey Polluticon, any success?05:26
PolluticonI got it all working kind of. The server works and I can stream over it but the sound is not playing from my ubuntu machine. Do i need a seperate client on there too?05:26
sarnoldPolluticon: I think amarok, rythmbox, mplayer, can all do icecast05:28
Polluticoncan any of those be used from just the command line?05:29
sarnoldmplayer05:29
Polluticonperfect!05:31
PolluticonThanks for all the help05:31
sarnoldwoo :)05:31
PolluticonUnfortunately the stream is about 10 seconds behind. Is there anything I can do about that?05:31
sarnoldI suspect there's both server-side and client-side caching.. you may be able to turn both of those down05:32
sarnolds/caching/buffering/05:33
sarnoldhmm, I odn't see anything promising in the mplayer manpage :/05:34
PolluticonYeah I think I'll just live with it. It's pretty much just for music anyway so it doesn;t matter too much05:34
sarnoldjust so long as the easy volume and mute are on the linux system.. heh05:35
sarnoldif it is really music... you could export a share from your windows sytem, mount it on linux with smb or cifs, and use something like mpd. mplayer, etc., to play them directl on the linux system05:36
PolluticonThe server has a pre/power amp with volume controls connected to it. And I would do that but I use Spotify for music so I needed this to pick up it's sound without the physical files05:38
sarnoldthere is (or was?) a native spotify client that I used a few years ago.. it was a gui application, though05:39
PolluticonYeah I actually set up a mopidy server on it as well as a client called ncmpcpp to control it through the command line05:40
sarnoldmopidy looks neat05:41
sarnoldis it? :)05:41
PolluticonBut the client was really limiting and I couldn't find a better one. I also wanted to be able to stream youtube or something else too05:41
Polluticonmopidy is pretty cool. Really easy to setup05:41
Polluticonice cast is cool though because I can listen through in web browser on any device05:44
=== _darxun is now known as darxun
Polluticonanyway thanks for all the help05:48
=== athairus is now known as athairuzzz
sparchitect_Q: I'm trying to configure wordpress on my Ubuntu LAMP. My ISP blocks port 80 so I have been messing around with work-arounds and I believe the apache server is setup correctly and serves through port 8080 instead of 80. When I connect to the server from outside the local network(m.y.i.p:8080), it will show the default apache page as it should. However, when I proceed to view the wordpress installation (m.y.i.p:8080/blog), 07:13
sparchitect_This, of course, causes wordpress to not show up since ISP is blocking port 80. QUESTION: How do I make wordpress stay on port 8080 and not automatically redirect the browser to the default port?07:14
=== Lcawte|Away is now known as Lcawte
histosparchitect_: configure your router to forward incoming requests on 8080 to port 80 on your server.  then just browse your external ip like normal08:02
sparchitect_histo: hmmm, interesting, I thought I had already correctly forwarded the port. Let me check again08:02
sparchitect_histo: This is what my forwarding looks like right now. Does this look right to you? I'm such a novice with all this networking stuff =P http://imgur.com/8KhAAfS08:05
histosparchitect_: what dns are you using?08:07
histosparchitect_: you need to configure a redirect so that whatever.com points to yourip:8080   now and you should be good08:08
histosparchitect_: also no point in forwarding port 80 > yourbox in your router config if you isp is blocking it the 8080 to yourbox:80 is sufficient08:09
sparchitect_histo: well I've got a redirect setup through NameCheap, and I believe I'm on their dynamic dns. and navigating to mydomain.com is correctly redirecting me to mylocalip:808008:10
histosparchitect_: then you should be good to go so wordpress should be at mydomain.com/blog08:11
sparchitect_I feel like it has to do with wordpress configurations maybe, and thanks for pointing out the useless port forwards08:11
sparchitect_hmm then maybe i need to mess around with my redirecting at namecheap then08:12
histosparchitect_: yeah make sure it's resolving properly, didn't know they provided that.08:12
histosparchitect_: https://community.namecheap.com/forums/viewtopic.php?t=362208:13
sparchitect_histo: Also, the only way I can test it (outside of local network) is on my LG smartphone with 3G data service. perhaps this isn't the best way to test this sort of thing08:13
histosparchitect_: you should be able to test inside the network by going to mydomain.com08:14
sparchitect_histo: Oh, awesome, thank you so much for your help histo. You've definitely pointed me in the right direction!08:14
sparchitect_histo: oh, intersting, then I suppose its working fine then and it is just a problem with my crappy cellular data network08:15
=== EraseR is now known as Eraser-Team
lordievaderGood morning.08:57
=== zz_DenBeiren is now known as DenBeiren
edgyHi, I set my apache to event mpm but with every apache update in my ubuntu server, it reverts back to prefork how can I fix this?13:50
=== lordievader is now known as Guest38872
=== synthmeat is now known as cultit
=== cultit is now known as synthmeat
=== lordieva1er is now known as lordievader
=== Lcawte is now known as Lcawte|Away
=== Lcawte|Away is now known as Lcawte
=== athairuzzz is now known as athairus
=== Lcawte is now known as Lcawte|Away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!