Questions tagged [server]
A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.
                                	
	server
    
                            
                        
                    
            25,323
            questions
        
        
            -5
            votes
        
        
            1
            answer
        
        
            100
            views
        
    Creating a server and sending a file from a client to another client through that server
                I want to create an app in Java which uses a Server to send a file from a PC to another. I don't know how to make the server nor how to send the file. I would show some code but I haven't started yet ...
            
        
       
    
            -5
            votes
        
        
            3
            answers
        
        
            165
            views
        
    What does it mean that node works on server side?
                I'm pretty new to web development, and i don't really know what does it mean that it works on the server side. Does it mean that it's doing the hard server work, like catching requests, and the node ...
            
        
       
    
            -5
            votes
        
        
            1
            answer
        
        
            38
            views
        
    Android connecting to Java Server
                I'm new in android studio I'd like to know how can I make requests to a server.
I wanted that in my Android App I sign up an account and my server stores all the users, something simple just to start. ...
            
        
       
    
            -5
            votes
        
        
            1
            answer
        
        
            115
            views
        
    How can convert my PC to online server?
                I have made an android app that can connect to MySQL database via online server url. Now, I want to connect the app to MySQL database on my PC instead of the online server. I have searched the ...
            
        
       
    
            -5
            votes
        
        
            1
            answer
        
        
            2k
            views
        
    Powershell script to delete 15 days old .txt files [duplicate]
                I am trying to create a Purgejob in SQL Server server which deletes the .txt files which are older than 15 days.
Get-ChildItem –Path  "D:\ABC\Project" -include *.txt –Recurse | Where-Object{$_....
            
        
       
    
            -5
            votes
        
        
            1
            answer
        
        
            51
            views
        
    I'am can't to recive data from form to server-side code. Site based on node.js
                html code for form. Its simply name, second name, phone, mail, message(textarea teg*) with submitting button.
                        <form method="post" class="register-form" ...
            
        
       
    
            -5
            votes
        
        
            1
            answer
        
        
            76
            views
        
    is this code safe from hacking?? or hacker can manipulate it and gain access to admin privileges?
                function submit_login()
{
    $.ajax({
          type: "POST",
          url: "index.php",
          data: "username="+$("#username").val()+"&password="+$("#password").val()+(( $("#remember:...
            
        
       
    
            -5
            votes
        
        
            2
            answers
        
        
            303
            views
        
    Linux chat server with c# [closed]
                I am quite new in programming so i'm looking for some advice.
Basically I learn C# on win8 until last week, when i started to show some interest in Linux Distros...and of course i installed it too.I ...
            
        
       
    
            -6
            votes
        
        
            1
            answer
        
        
            88
            views
        
    slow building of long string using "+="
                I have very slow http response performance
Used Go and Fasthttp
package main
import (
    "fmt"
    "github.com/valyala/fasthttp"
)
func fastHTTPHandler(ctx *fasthttp.RequestCtx) {
    var s ...
            
        
       
    
            -6
            votes
        
        
            2
            answers
        
        
            724
            views
        
    "Cast" a String Attribute to String Java [duplicate]
                I have a little problem with Attributes. I am currently working on a project that parses emails from an LDAP server into the Java application that will be doing some interesting stuff with emails in ...
            
        
       
    
            -6
            votes
        
        
            1
            answer
        
        
            183
            views
        
    Java Multithreaded Server Client Application
                I need to make these code's multithreaded. I searched everywhere but i cant figure it out. Can you guys do it for me ?
Client.java's main method
Socket clientSocket = null;
PrintWriter out = null;
...
            
        
       
    
            -6
            votes
        
        
            1
            answer
        
        
            216
            views
        
    Can't start apache2 on debian
                Please see my error screenshot and advice me what should i do
            
        
       
    
            -6
            votes
        
        
            1
            answer
        
        
            3k
            views
        
    Connect Server C#
                How do you connect to a server in C# WPF with the host, login and password ?
For example, I have a button and when I click on this button, it connects to a server.
Thanks.
            
        
       
    
            -6
            votes
        
        
            2
            answers
        
        
            629
            views
        
    How Upload My .War file in server
                I new to deploying project n server.How to deploy my war file virtual private server(VPS), and how to extract .
my war file working in my local pc .Any one please tell me the steps to deploying a ...
            
        
       
    
            -6
            votes
        
        
            2
            answers
        
        
            66
            views
        
    How do i upload an image to my mysql database with php? [duplicate]
                I know that i should use LONGBLOB, and i've written this code so far that uploads text to my server. How do i upload images instead of text?.
//if(isset...)
$connectionText = mysql_connect("localhost"...
            
        
       
    
            -6
            votes
        
        
            1
            answer
        
        
            2k
            views
        
    How to make a webpage without .html in your URL [closed]
                Like the title says I want to visit my webpage without typing .html after the webadres.
So for example I have to type this at the moment: www.webadres.com/webpage.html
Now I want to change that into ...
            
        
       
    
            -7
            votes
        
        
            2
            answers
        
        
            130
            views
        
    Setting up reverse proxy for firewall
                I have created an simple web application firewall that can detect multiple types of attack using ml and I want to test it . FOR that I I have  set up this firewall at front of website such that it ...
            
        
       
    
            -7
            votes
        
        
            2
            answers
        
        
            267
            views
        
    Can I hack people connecting to my server? [closed]
                First of all, this is obviously for learning porpoises only. Don't be afraid to answer.
So anyway, is there a way for a man to hack a computer logging in, for example, to a garry's mod server hosted ...
            
        
       
    
            -7
            votes
        
        
            1
            answer
        
        
            80
            views
        
    How to setup multiple site in live server?
                I had been asked a question that, Is it possible to setup multiple site on live server?
I was confused. I had an idea about local server.In local server you can do with making entries in machine host ...
            
        
       
    
            -8
            votes
        
        
            2
            answers
        
        
            1k
            views
        
    500 Server Error in my Django App in App Engine (Google Cloud)
                I am new to Google Cloud an I followed the steps in https://cloud.google.com/python/django/appengine and deployed the App successfully. However, when I go to the page https://PROJECT_ID.REGION_ID.r....
            
        
       
    
            -8
            votes
        
        
            2
            answers
        
        
            2k
            views
        
    Discord.js - How can I make a command to delete all channels from a server? [duplicate]
                How can I make a command to delete all channels from a server in Discord js?
I cannot do it, and I need help.
            
        
       
    
            -8
            votes
        
        
            1
            answer
        
        
            72
            views
        
    Button click not fire in javascript
                This is my code "btnviewreport1" is not fire after page load
<script type="text/javascript">
 $(document).ready(function () {
        var hfDoYouWantPrint = document.getElementById('<%= ...
            
        
       
    
            -8
            votes
        
        
            1
            answer
        
        
            91
            views
        
    Open source Java Thread server [closed]
                I am looking for some opensource in Java thats able to do following things
1.Run some number of threads
2.Have a control on each one of those threads ( like if I want to shutdown some of them - I can ...